GitXplorerGitXplorer
t

fastreact

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
bec3412762dadcdcfeff0ab2ea526046e0c2aa0e

chore(repo): fix local setup instructions

ttosinamuda committed a year ago
Verified
33b2d9f7f8eb8e704c313d67df4dcb769e088ef0

Create dependabot.yml

ttosinamuda committed a year ago
Unverified
27c3065743b86cc2a971cae50c523ef228906915

feat(README): Add readme

ttosinamuda committed a year ago
Unverified
12952b6774cb3766c6c2de3e5f74ee1c38e82216

chore(workspace): setup yarn workspace

ttosinamuda committed a year ago
Unverified
5715e3c9994016dcc24c1fa8f09bcd069b2da631

chore(frontend): setup vite + react + tailwind

ttosinamuda committed a year ago
Unverified
b6fd9b6798adb360617a3952f74a26885de3be93

chore(backend): setup fastapi

ttosinamuda committed a year ago

README

The README file for this repository.

FastReact: REACT + FASTAPI Monorepo

This project is a mono-repo template for bootstrapping a react frontend app and a python fastapi backend app all orchestrated using yarn workspace

Requirements

  • Python 3.7 + (Pyenv is recommended for installation of Python3 and PIP3)
  • Pip 3
  • Node JS 16+

Local Development Setup

  • React Frontend Dependencies are managed through yarn (not NPM) as we rely on yarn workspace for managing the entire monorepo
  • Python Backend Dependencies is managed through pipenv
  • Entire Monorepo is managed through yarn workspace

Step by Step Setup

  1. clone the repo git clone https://github.com/tosinamuda/fastreact
  2. change your directory to fastreact: cd fastreact
  3. Run yarn to install all the dependencies
  4. Run yarn dev to run a development environment
  5. Run yarn start to start a production-ready environment