/django-react-boilerplate

This is the django-react-boilerplate with the login/signup working

Primary LanguageJavaScript

Backend development workflow

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py runserver

Frontend development workflow

npm i
npm start

For deploying

npm run build