File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,25 @@ Generated by [Statik Project Generator](https://github.com/statikstack/generator
8
8
9
9
# Development
10
10
11
- * Cloning the repo
11
+ - Cloning the repo
12
12
13
13
``` bash
14
14
$ git clone https://github.com/statikstack/html-sass-javascript-webpack.git
15
15
```
16
16
17
- * Installing dependencies
17
+ - Installing dependencies
18
18
19
19
``` bash
20
20
$ npm install
21
21
```
22
22
23
- * Running scripts
23
+ - Running scripts
24
24
25
- | Action | Usage |
26
- | ------------------------- | -------------- |
27
- | Starting development mode | ` npm start ` |
28
- | Linting code | ` npm run lint ` |
25
+ | Action | Usage |
26
+ | ------------------------- | --------------- |
27
+ | Starting development mode | ` npm start ` |
28
+ | Linting code | ` npm run lint ` |
29
+ | Build for production | ` npm run build ` |
29
30
30
31
# Author
31
32
You can’t perform that action at this time.
0 commit comments