Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 847 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 847 Bytes

Wolfbeacon Analytics Dashboard

This React app aggregates all the API data and presents it in a visually pleasing form.

Running in development

  • 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

Running in production using Docker

  • 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

UI Components Kit

GitHub StoryBook Repo: https://github.com/CheaprEats/react-ui

StoryBook: https://react-ui.cheapreats.com/