./frontend:
contains the react code./backend:
contains the express.js code
Run this command to use the template:
npx turbo-react-express my-app
then cd into the folder:
cd my-app
pnpm install
pnpm dev
pnpm build
pnpm start
./frontend:
contains the react code./backend:
contains the express.js codeRun this command to use the template:
npx turbo-react-express my-app
then cd into the folder:
cd my-app
pnpm install
pnpm dev
pnpm build
pnpm start