Skip to content

A template for Flask and React (no create-react-app)

Notifications You must be signed in to change notification settings

TechStudent10/FlaskAndReactMini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlaskAndReactMini

A template for Flask and React (no create-react-app)

Requirements:

  • Python 3.x
  • Flask
  • NodeJS
  • NPM or Yarn

To run:

  1. Open a terminal.
  2. Change directory to the project folder.
  3. Run (Windows) python app.py or (Mac) python3 app.py.
  4. Open another terminal.
  5. Change directory to the project folder.
  6. Change directory to path/to/project/main/views/static.
  7. Run (Yarn) yarn install or (NPM) npm install.
  8. Run (Yarn) yarn dev or (NPM) npm run dev.

About

A template for Flask and React (no create-react-app)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published