Skip to content

Commit 5c203db

Browse files
Update README.md
1 parent d86d072 commit 5c203db

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,18 @@ yarn
107107
:: or
108108
npm install
109109
```
110-
and then:
110+
...then choose one of the following templates:
111+
- `empty`,
112+
- `simple-crud`,
113+
- `crm`
114+
115+
...and type e.g.:
116+
``` console
117+
yarn load-template simple-crud
118+
:: or
119+
npm run load-template simple-crud
120+
```
121+
..and then serve your app:
111122
``` console
112123
yarn serve
113124
:: or

0 commit comments

Comments
 (0)