Web application for GPS visualization. The backend is programmed in Django and the frontend in React.
- very useful tutorial can be found here.
- create app called "frontend" in the django project
- cd to "frontend"
- run:
npm i webpack webpack-cli --save-dev
npm i @babel/core babel-loader @babel/preset-env @babel/preset-react --save-dev
npm i react react-dom --save-dev
npm install @material-ui/core
npm install @babel/plugin-proposal-class-properties
npm install react-router-dom
npm install @material-ui/icons