Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typescript monorepo (typescript project references)

Dependencies:

  • pnpm: can be obtained through yarn on npm

Bootstrap:

  • pnpm run workspace--install

When developing

Run global type checking with:

  • pnpm run workspace--start

keep this running, since it is responsible for emitting package code.

Then start the development process for the project your are working on e.g.

  • pnpm run company--app

See the top-level package.json for further examples.

Troubleshooting

In case you would end up in a corrupted state please run:

  • pnpm run workspace--build

About

Example of a monorepo using typescript `project references` and `create-react-app`

Resources

Stars

10 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages