Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 743 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 743 Bytes

GPS-visualization-Django-React (Under construction)

Web application for GPS visualization. The backend is programmed in Django and the frontend in React.

Installation

  • very useful tutorial can be found here.

1. Django

2. React

  • 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