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
2121Using ` npm init `
2222
2323``` sh
24- npm init create-html5-boileprlate new-site
24+ npm init create-html5-boilerplate new-site
2525cd new-site
2626npm install
2727npm start
@@ -30,17 +30,18 @@ npm start
3030Using yarn
3131
3232``` sh
33- yarn create html5-boilperlate new-site
33+ yarn create html5-boilerplate new-site
3434cd new-site
3535yarn install
3636yarn start
3737```
3838
3939These commands are equivalent and do the following:
4040
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/
4445
4546## Requirements
4647
@@ -51,13 +52,13 @@ older version of npm you can still use `create-html5-boilerplate` by running the
5152following command to install the project globally.
5253
5354``` sh
54- npm install -g create-html5-boilperlate
55+ npm install -g create-html5-boilerplate
5556```
5657
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
5859
5960``` sh
60- create-html5-boilperlate new-site
61+ create-html5-boilerplate new-site
6162cd new-site
6263npm install
6364npm start
You can’t perform that action at this time.
0 commit comments