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 @@ -21,7 +21,7 @@ npm start
21
21
Using ` npm init `
22
22
23
23
``` sh
24
- npm init create-html5-boileprlate new-site
24
+ npm init create-html5-boilerplate new-site
25
25
cd new-site
26
26
npm install
27
27
npm start
@@ -30,17 +30,18 @@ npm start
30
30
Using yarn
31
31
32
32
``` sh
33
- yarn create html5-boilperlate new-site
33
+ yarn create html5-boilerplate new-site
34
34
cd new-site
35
35
yarn install
36
36
yarn start
37
37
```
38
38
39
39
These commands are equivalent and do the following:
40
40
41
- 1 . Dowloads and installs the latest version of HTML5-Boilerplate
42
- 2 . Bundles site assets and tart a web server using [ ` parcel ` ] ( https://parceljs.org/ )
43
- 3 . Opens a web browser pointed to http://localhost:1234/
41
+ 1 . Dowload and install the latest version of HTML5 Boilerplate
42
+ 2 . Installs dependencies
43
+ 3 . Bundles site assets and tart a web server using [ ` parcel ` ] ( https://parceljs.org/ )
44
+ 4 . Opens a web browser pointed to http://localhost:1234/
44
45
45
46
## Requirements
46
47
@@ -51,13 +52,13 @@ older version of npm you can still use `create-html5-boilerplate` by running the
51
52
following command to install the project globally.
52
53
53
54
``` sh
54
- npm install -g create-html5-boilperlate
55
+ npm install -g create-html5-boilerplate
55
56
```
56
57
57
- Then you can use create-html5-boilerplate as in the following example
58
+ Then you can use ` create-html5-boilerplate ` as in the following example
58
59
59
60
``` sh
60
- create-html5-boilperlate new-site
61
+ create-html5-boilerplate new-site
61
62
cd new-site
62
63
npm install
63
64
npm start
You can’t perform that action at this time.
0 commit comments