You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,6 @@
2
2
3
3
> Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node - lets you quickly set up a project following best practices.
4
4
5
-
## Supported Configurations
6
-
7
-
**Client**
8
-
9
-
* Scripts: `JavaScript`, `CoffeeScript`
10
-
* Markup: `HTML`, `Jade`
11
-
* Stylesheets: `CSS`, `Sass`, `Less`,
12
-
* Angular Routers: `ngRoute`, `ui-router`
13
-
14
-
**Server**
15
-
16
-
* Database: `None`, `MongoDB`
17
-
* Authentication boilerplate: `Yes`, `No`
18
-
* oAuth integrations: `Facebook``Twitter``Google`
19
-
* Socket.io integration: `Yes`, `No`
20
-
21
5
## Usage
22
6
23
7
Install `generator-angular-fullstack`:
@@ -37,6 +21,22 @@ yo angular-fullstack [app-name]
37
21
38
22
Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for a preview of the built app.
0 commit comments