1.0.0 • Published 7 months ago

@exodiaporto/react v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

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
1.0.0

7 months ago