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.py
or (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 install
or (NPM)npm install
. - Run (Yarn)
yarn dev
or (NPM)npm run dev
.