This is a monorepo workspace containing multiple Vite + React TypeScript projects managed with NPM workspaces. The workspace currently includes two projects:
project-a
: A Vite + React TypeScript starter applicationproject-b
: A Vite + React TypeScript starter application
- Node.js 18.x or higher
- NPM 7.x or higher (for workspace support)
- Clone the repository
- Navigate to the root directory
- Install dependencies: npm install
- Run the individual projects: npm run project-a or npm run project-b
Note: Shared dependencies are installed in the root node_modules
directory.