MIP Frontend is the user interface for MIP.
Prerequisites
- Node & NPM
After you have pulled the code to your own computer, run (in frontend folder)
- npm install
- npm install grunt -g (used for 'building' the frontend, not mandatory)
Start the included http server in development environment:
- npm start
Building the frontend with Grunt
Create your own version of the Gruntfile
Build kehitys version
- grunt kehitys_build
Build qa version
- grunt qa_build
Build production version
- grunt build