- Frontend: ES6, Babel, ZoomCharts
- Webpack for building web assets
$ npm install- Clone this project from GitHub.
- Run the App inside the Webpack Dev Server:
# run in developement mode (refreshes the app on source code changes)
$ npm run babel
$ npm run dev
# builds the production version with client assets in "dist" directory
$ npm run buildWhen running in "dev" mode navigate to http://localhost:10001/ to see the application.
After executing the npm run build command, open local file "index.html" in your browser.
