We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae049c commit 5d7caf8Copy full SHA for 5d7caf8
readme.md
@@ -26,18 +26,11 @@ npm install -g yo gulp-cli generator-angular-fullstack
26
27
> To install the latest 4.0.0 Beta with Webpack support, use `generator-angular-fullstack@beta`
28
29
-Make a new directory, and `cd` into it:
+Run `yo angular-fullstack`
30
```
31
-mkdir my-new-project && cd $_
+yo angular-fullstack
32
33
34
-Run `yo angular-fullstack`, optionally passing an app name:
35
-```
36
-yo angular-fullstack [app-name]
37
38
-
39
-Run `gulp build` for building, `gulp serve` for development, and `gulp serve:dist` for a preview of the built app.
40
41
**See the [Getting Started](/docs/getting-started/index.md) guide for more information.**
42
43
## Prerequisites
0 commit comments