Skip to content

chrisindark/pnpm-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pnpm-getting-started

Setup

Install dependencies:

cd typescript
pnpm install

Build the code

Build all packages:

pnpm run build

Clean generated files

pnpm run clean

Run in production

Run the fullstack application in production mode (well, simulating production):

pnpm start

Run in development

Run the fullstack application in development mode (with live reload enabled in the backend):

pnpm run start:dev

pnpm add <package_name> pnpm add -D <package_name> pnpm add -O <package_name>

pnpm remove <package_name> pnpm uninstall <package_name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published