Skip to content

Commit e1c0f11

Browse files
author
Paulo Rezende
committed
Update README.md
1 parent eb2ca9d commit e1c0f11

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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-sass-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

0 commit comments

Comments
 (0)