django-react
-
install python 3.6.6
-
pipenv --three this command created a pipfile.
-
pipenv install django djangorestframework
-
pipenv shell
-
pipenv install coverage --dev run: coverage run --source='.' manage.py test coverage html - generate html report
-
python manage.py runserver 7000 http://localhost:7000/api/lead/
-
load test data python manage.py loaddata leads
-
create-react-app react-ts --scripts-version=react-scripts-ts
-
git init
-
python manage.py runserver 7000 (my local 8000 is used)
-
npm start
-
Update git repo author info