cleaned up

This commit is contained in:
Daniel
2020-03-02 08:29:49 +01:00
parent cb066233c9
commit c6eb21ec51
26 changed files with 140 additions and 122 deletions

View File

@@ -13,7 +13,7 @@ Clone this repo as shown below, if you have [git](https://git-scm.com/downloads)
otherwise [download as zip file](archive/master.zip).
```sh
git clone https://github.com/sap-samples/cap samples
git clone https://github.com/sap-samples/cloud-cap-samples samples
cd samples
```
@@ -29,7 +29,7 @@ npm install
With that you're ready to run the samples, for example:
```sh
npm run bookshop # or...
npm run bookshop-fiori
cd bookshop; cds watch
```
After that open this link in your browser: <http://localhost:4004>