Node JS version 6.9.0+ must be installed
- Install Node Module
npm install
- Dev build
npm start
- Prod build
npm run dev
- For the unit test, comment 2 string in components/MainComponent.js and run :
npm run test
- For the launch application from server side :
npm run build
npm run server
then see : localhost:8090