Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 490 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 490 Bytes

Minimal React + Express.js Template

React + Express + Typescript + Turborepo

Folders

  • ./frontend: contains the react code
  • ./backend: contains the express.js code

Setup Instructions

Run this command to use the template:

npx turbo-react-express my-app

then cd into the folder:

cd my-app

install dependencies

pnpm install

development

pnpm dev

production

pnpm build
pnpm start