Skip to content

Triellis/turbo-react-express

Repository files navigation

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