A template for Flask and React (no create-react-app)
- Python 3.x
- Flask
- NodeJS
- NPM or Yarn
- Open a terminal.
- Change directory to the project folder.
- Run (Windows) python app.pyor (Mac)python3 app.py.
- Open another terminal.
- Change directory to the project folder.
- Change directory to path/to/project/main/views/static.
- Run (Yarn) yarn installor (NPM)npm install.
- Run (Yarn) yarn devor (NPM)npm run dev.