File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -4,28 +4,29 @@ Generated by [Node Project Generator](https://github.com/robertoachar/generator-
4
4
5
5
[ ![ License] [ license-badge ]] [ license-url ]
6
6
7
- > html-css-javascript- webpack
7
+ > HTML5 + CSS3 + JavaScript + webpack
8
8
9
9
# Development
10
10
11
- - Cloning the repo
11
+ - Clone the repo
12
12
13
13
``` bash
14
14
$ git clone https://github.com/robertoachar/html-css-javascript-webpack.git
15
15
```
16
16
17
- - Installing dependencies
17
+ - Install dependencies
18
18
19
19
``` bash
20
20
$ npm install
21
21
```
22
22
23
- - Running scripts
23
+ - Run scripts
24
24
25
- | Action | Usage |
26
- | ------------------------- | -------------- |
27
- | Starting development mode | ` npm start ` |
28
- | Linting code | ` npm run lint ` |
25
+ | Action | Usage |
26
+ | ---------------------- | --------------- |
27
+ | Start development mode | ` npm start ` |
28
+ | Lint 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