A single page web application that presents the analytics data to visualize the information sensibly and to provide useful insights
- Node.js 8.9.1^
npm install yarn -g
# install all third-party dependencies (npm packages)
yarn
# run the api server
yarn run api
# run the webpack dev build and keep it running in a terminal
yarn run dev
# run the UI server and keep it running on a terminal
yarn start
# open http://localhost:8000 on your browser