A dashboard that displays Strava user data.
This repo was created using Node v7.5.0.
- First, check if you have Yarn installed (
yarn --version). If you do not:
brew install yarn
Then, run yarn to install all project dependencies.
-
Run
npm run devto start the development server and head over tohttp://localhost:8080/in your browser to see the dashboard. -
This repo includes GitHub pages integration, so to incorparate that functionality make the appropriate changes in the package.json and then run
npm run deployto push to a gh-pages branch. -
Run
webpack -pfor default webpack production build before deploying.