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-appthen cd into the folder:
cd my-appinstall dependencies
pnpm installdevelopment
pnpm devproduction
pnpm build
pnpm start