0.0.21 • Published 1 year ago
turbo-react-express v0.0.21
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