File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Coverage Status] ( https://coveralls.io/repos/github/h5bp/create-html5-boilerplate/badge.svg?branch=master )] ( https://coveralls.io/github/h5bp/create-html5-boilerplate?branch=master )
4
4
5
- Quick start for HTML5 Boilerplate. Get up in running with one command.
5
+ Quick start for HTML5 Boilerplate. Get up and running with one command.
6
6
7
7
## Getting Started
8
8
@@ -14,6 +14,7 @@ Using `npx`
14
14
``` sh
15
15
npx create-html5-boilperlate new-site
16
16
cd new-site
17
+ npm install
17
18
npm start
18
19
```
19
20
@@ -22,6 +23,7 @@ Using `npm init`
22
23
``` sh
23
24
npm init create-html5-boilperlate new-site
24
25
cd new-site
26
+ npm install
25
27
npm start
26
28
```
27
29
@@ -30,6 +32,7 @@ Using yarn
30
32
``` sh
31
33
yarn create html5-boilperlate new-site
32
34
cd new-site
35
+ npm install
33
36
npm start
34
37
```
35
38
@@ -56,5 +59,17 @@ Then you can use create-html5-boilerplate as in the following example
56
59
``` sh
57
60
create-html5-boilperlate new-site
58
61
cd new-site
62
+ npm install
63
+ npm start
64
+ ```
65
+
66
+ ## Installing Specific Versions
67
+
68
+ You can also install a specific version:
69
+
70
+ ``` sh
71
+ npx create-html5-boilerplate new-site --release=7.2.0
72
+ cd new-site
73
+ npm install
59
74
npm start
60
75
```
You can’t perform that action at this time.
0 commit comments