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-devnpm i @babel/core babel-loader @babel/preset-env @babel/preset-react --save-devnpm i react react-dom --save-devnpm install @material-ui/corenpm install @babel/plugin-proposal-class-propertiesnpm install react-router-domnpm install @material-ui/icons