Skip to content

GDWR/FastReactApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastReactApp

A template for a FastAPI backend and React front-end, all Dockerized.

Run dev environments

FastAPI server

Requirements: poetry

  • Ensure working directory is /api
  • poetry install to install dependencies (only required once)
  • poetry run dev to run FastAPI server with hot reload

React

Requirements: npm

  • Ensuring working directory is /site
  • npm install to install dependencies (only required once)
  • npm run dev