cleaned up package.jsons

This commit is contained in:
Daniel
2020-03-02 08:45:39 +01:00
parent 125cb6e5c2
commit ddb25d5ff5
9 changed files with 14 additions and 45 deletions

View File

@@ -28,8 +28,8 @@ npm install
With that you're ready to run the samples, for example:
```sh
npm run bookshop # or...
cd bookshop; cds watch
cd bookshop
cds watch
```
After that open this link in your browser: <http://localhost:4004>