Skip to content

Files

Latest commit

00cc20d · Aug 10, 2020

History

History
41 lines (31 loc) · 1.89 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.89 KB

React/Django app

Linkedin Badge

Git Stars Last Commit Codacy Quality

Setup

  • Download/clone repo.
  • Create and activate a virtual environment.
  • Install Django and other dependencies with pip install -r requirements.txt.
  • Run Django app using python manage.py runserver.
  • Install React dependencies with npm install.
  • Run React app with npm start.
  • Build React app using npm run build.

License

MIT License