Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 306 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 306 Bytes

spot

Steps to build and launch the application.

  1. Clone the repository in your local machine.

  2. Run npm install to install required node modules.

    npm install

  3. Run Grunt to build the application.

    grunt

  4. Host the dist folder generated by grunt build in a webserver.

  5. Launch index.html.