We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc239e commit 905111dCopy full SHA for 905111d
template/README.md
@@ -2,28 +2,35 @@
2
3
{{ description }}
4
5
+## Folder structure
6
+
7
+1. `client`: Vue client files
8
+2. `common`: Common client and server model files
9
+3. `server`: Loopback server files
10
+4. `test`: Unit and E2E test files
11
12
## Installation
13
14
```
15
$ npm install
16
17
-## Testing
18
+## Linting
19
20
- $ npm test
21
+ $ npm run lint
22
23
-## Running Development
24
+## Testing
25
26
- $ npm run dev
27
+ $ npm test
28
29
-## Running Production (after build)
30
+## Running Development Server (API and Client)
31
32
- $ npm start
33
+ $ npm run dev
34
35
36
## Build to ./build
0 commit comments