node version 4.5.0
Go to the root folder and run :
npm install
cd taxi-dermistes-core
npm start
If you want a web access:
cd taxi-dermistes-web
npm start
Then go to that url in a browser.
If you want a desktop access
cd taxi-dermistes-desktop
npm start
After modifying files in taxi-dermistes-web :
npm run build
If you have an API key for google maps and want to enable autocomplete address form :
- Uncomment the line importing maps API in taxi-dermistes/taxi-dermistes-web/src/resource/templates/layout.njk file
- Replace "yourKey" by your API key
- Uncomment the initialize function and the google maps event listener in the taxi-dermistes/taxi-dermistes-web/src/js/course.js file
- Do a build of taxi-dermistes-web