Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.09 KB

ToolCare-TurboRepo

This is an official starter Turborepo with multiple meta-frameworks all working in harmony and sharing packages.

Getting started

Run the following commands:

npm intall
npm run dev

What's inside?

This Turborepo includes the following packages and apps:

Apps and Packages

  • ToolCare-API: an Express server
  • ToolCare-Admin: 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;s used throughout the monorepo

Each package and app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you: