Skip to content

alexrusin/react-express-turbo

Repository files navigation

React Express Turbo

This a starter Turborepo with React frontend and Express backend.

Apps and Packages

  • backend: an Express server
  • frontend: a Vite single page app
  • logger: isomorphic logger (a small wrapper around console.log)
  • ui: a dummy React UI library (which contains a single <CounterButton> component)
  • scripts: Jest and ESLint configurations
  • tsconfig: tsconfig.json is used throughout the monorepo

Each package and app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Using this repo

Run the following command:

git clone https://github.com/alexrusin/react-express-turbo.git
cd react-express-turbo
pnpm install
pnpm build
pnpm dev

Testing and linting

pnpm lint
pnpm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published