Skip to content

A pre-configured highly customizable React-Node monorepo template with choice of create-react-app or nextjs for frontend; expressjs or nestjs app for backend .

Notifications You must be signed in to change notification settings

mkhsanov/react-node-ts-monorepo

 
 

Repository files navigation

react-node-ts-monorepo

The ideal repository for full-stack web development with ReactJS, NextJS as the frontend and ExpressJS, NestJS-fastify server as the backend

Features

Get Started

Place the shared packages in the packages folder & the applications code in the apps folder. If you do not wish to use Turborepo, delete turbo.json and remove it from devDependencies of the package.json in the root directory.

Install node_modules

yarn

Add relavant scripts in the root package.json for the frontend and backend apps of your choice.

Build, run, lint or test all your apps in one command thanks to Turborepo's Pipelines

Support Me

If you found this template helpful and saved your valuable time, consider buying me a coffee

About

A pre-configured highly customizable React-Node monorepo template with choice of create-react-app or nextjs for frontend; expressjs or nestjs app for backend .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.2%
  • CSS 16.3%
  • Dockerfile 8.7%
  • HTML 4.3%
  • JavaScript 2.5%