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
88
99# Development
1010
11- * Cloning the repo
11+ - Cloning the repo
1212
1313``` bash
1414$ git clone https://github.com/statikstack/html-stylus-javascript-webpack.git
1515```
1616
17- * Installing dependencies
17+ - Installing dependencies
1818
1919``` bash
2020$ npm install
2121```
2222
23- * Running scripts
23+ - Running scripts
2424
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 ` |
2930
3031# Author
3132
You can’t perform that action at this time.
0 commit comments