We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de55d4 commit 6a20a63Copy full SHA for 6a20a63
README.md
@@ -27,18 +27,17 @@ ___
27
28
### Generating a New Project
29
30
-To generate a new project, simply run `sails-react-webpack [project-name]` in the terminal.
31
-
32
-Then install all dependencies:
33
+To generate a new project, run:
34
```shell
35
-$ cd [project-name]
+sails-react-webpack [project-name]
+
+cd [project-name]
36
37
-$ npm install
+npm install
38
39
// or
40
41
-$ yarn
+yarn
42
```
43
44
___
0 commit comments