Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 191 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 191 Bytes

After ANY updates to pipfile, run: pipenv install After ANY updates to package.json, run: npm install To run back-end server: python manage.py runserver To run front-end webpack: npm run dev