An analytics dashboard powered by Django + React
- Python3
- Pipenv
- Node v8.11+
- Yarn
Run the following command to install Python dependencies:
$> pipenv install -d
Then, go to the frontend directory and install JS dependencies:
$> cd frontend/
frontend $> yarn install
- Start the React dev server first:
frontend $> yarn start
- Then start Django:
$> pipenv run python manage.py runserver
You should then be able to view the site at http://localhost:8000