This React app aggregates all the API data and presents it in a visually pleasing form.
-
Clone the repository
git clone https://github.com/wolfbeacon/wolfbeacon-analytics-dashboard
-
Enter into the repo and install npm packages
cd wolfbeacon-analytics-dashboard npm install
-
Run the compiled frontend
npm start
-
Build a docker image
docker build -t wolfbeacon-analytics-dashboard .
-
Run the docker image
docker run -p 8000:8000 wolfbeacon-analytics-dashboard
The website should be up and running on host-ip:8000
GitHub StoryBook Repo: https://github.com/CheaprEats/react-ui
StoryBook: https://react-ui.cheapreats.com/