Skip to content

boomspot/vite-npm-workspaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM Workspaces with Vite Projects

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 application
  • project-b: A Vite + React TypeScript starter application

Prerequisites

  • Node.js 18.x or higher
  • NPM 7.x or higher (for workspace support)

Installation

  1. Clone the repository
  2. Navigate to the root directory
  3. Install dependencies: npm install
  4. Run the individual projects: npm run project-a or npm run project-b

Note: Shared dependencies are installed in the root node_modules directory.

About

NPM Workspaces with Vite TypeScript Projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published