/ecocompass

Primary LanguageJavaScriptOtherNOASSERTION

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