Simple Django App with React as frontend
- The app loads a single HTML template and React manages the frontend
- All of React is in frontend Django app
- Clone the repository
- Set up a virtual environment
- Install python requirement
- Migrate
- Go to frontend app
- Intall requirement in package.json
- Run
npm run dev
- Go to main dir
- Run server