Starter template React Redux Django

To use this react-django starter-template you need to install npm . After that you need to install all the depenedencies mentioned in the package.json file or run these commands:-

cd reactdjango
$ npm i -D webpack webpack-cli
$ npm i -D babel-loader @babel/core @babel/preset-env @babel/preset-react @babel/plugin-proposal-class-properties
$ npm i react react-dom react-router-dom
$ npm i redux react-redux redux-thunk redux-devtools-extension
$ npm i redux-form
$ npm i axios
$ npm i lodash

After installing all the dependecies , hit python manage.py runserver and go to http://127.0.0.1:8000.