This is a simple learning project using django as my backend and react as the frontend library
clone the project
make sure the following are installed
Django 2.0 +
React
Redux
React-Router
Alert
cd Django-React # migrating to the root directory 'Django-React'
python manage.py runserver # starts the django server 'localhost:8000'
cd Django-React/front
npm start #after cd Django-React/front
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.