Steps to build and launch the application.
-
Clone the repository in your local machine.
-
Run npm install to install required node modules.
npm install
-
Run Grunt to build the application.
grunt
-
Host the dist folder generated by grunt build in a webserver.
-
Launch index.html.