mopcweb / tsedExampleProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 93.0%Language:Shell 7.0%