Skip to content

Commit d7521db

Browse files
authored
docs(readme): add legacy section, update usage for 5.x.x
1 parent 86d890c commit d7521db

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

Diff for: readme.md

+15-6
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,29 @@
1818
[![Dev-Dependency Status](https://img.shields.io/david/dev/angular-fullstack/angular-fullstack-deps.svg)](https://david-dm.org/angular-fullstack/angular-fullstack-deps/5.0.0#type=dev)
1919
[![Known Vulnerabilities](https://snyk.io/package/npm/angular-fullstack-deps/badge.svg)](https://snyk.io/package/npm/angular-fullstack-deps)
2020

21-
## Looking for Angular 4+?
21+
## Looking for AngularJS 1.x?
2222

23-
Head over to the [canary branch](https://github.com/angular-fullstack/generator-angular-fullstack/tree/canary) for the generator 5.0.0 Beta. Some things like subgenerators and unit tests aren't up to spec yet, but we'd love feedback on everything else!
24-
25-
`$ npm install -g yo gulp-cli generator-angular-fullstack@beta`
23+
`$ npm install -g yo gulp-cli [email protected]`
2624

2725
## Usage
2826

29-
Install `yo`, `gulp-cli`, and `generator-angular-fullstack@beta`:
27+
Install `yo`, `gulp-cli`, and `generator-angular-fullstack`:
3028
```
31-
npm install -g yo gulp-cli generator-angular-fullstack@beta
29+
npm install -g yo gulp-cli generator-angular-fullstack
3230
```
3331
__Please note__: If you run into trouble compiling native add-ons during the installation, follow [`node-gyp`](https://github.com/nodejs/node-gyp)'s short guide on [required compilation tools](https://github.com/nodejs/node-gyp#installation).
3432

33+
Then, to run your app (make sure the MongoDB daemon is running if you selected Mongo), run the following to start your server:
34+
```sh
35+
npm run start:server
36+
```
37+
and the following to start the Webpack dev server for the front-end:
38+
```sh
39+
npm run start:client
40+
```
41+
42+
The Webpack server will tell you which port to access the app at (usually http://localhost:8080/).
43+
3544
---
3645

3746
Run `yo angular-fullstack`

0 commit comments

Comments
 (0)