Skip to content

mopcweb/tsedExampleProject

Repository files navigation

Steps for running in dev mode

# Install deps
yarn

# Run in dev mode
yarn dev

Troubleshooting

Assuming that this git repo is in the same folder as https://github.com/mopcweb/someExamplePackage.git

If not, please change in ./package.json

...
"@some-pkg/test": "link:path/to/someAnotherPackage/packages/test",
"@some-pkg/tsed": "file:path/to/someAnotherPackage/packages/tsed",
...

and in ./nodemon.json

...
"watch": ["src", "path/to/someExamplePackage/packages"],
...

and then run in dev mode

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors