A boilerplate for UI prototyping powered with grunt tasks to create UI prototypes.
Steps to run the project in your local machine
- Clone the repo to your machine by using either the https/ssh url.
cd </path/to/directory/>
to the project directory.- Run
npm install
- Run the application using the command,
npm run dev