Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 523 Bytes

File metadata and controls

32 lines (25 loc) · 523 Bytes

Ecocompass

Purpose

This quiz app tests your economic standing.

Notes for developers

Please run npm install after cloning the repo.

To start the development server:

grunt serve

It has hot component reloader. Therefore, after modifying CSS or JS files, you do not have to reload the page to see the effect.

To build for deployment:

grunt build

To deploy to staging server:

grunt deploy:staging

To deploy to production server:

grunt deploy:prod