Skip to content

Commit 29cafe5

Browse files
committed
editing
1 parent c9ff656 commit 29cafe5

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

readme.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,6 @@
22

33
> Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node - lets you quickly set up a project following best practices.
44
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-
215
## Usage
226

237
Install `generator-angular-fullstack`:
@@ -37,6 +21,22 @@ yo angular-fullstack [app-name]
3721

3822
Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for a preview of the built app.
3923

24+
## Supported Configurations
25+
26+
**Client**
27+
28+
* Scripts: `JavaScript`, `CoffeeScript`
29+
* Markup: `HTML`, `Jade`
30+
* Stylesheets: `CSS`, `Sass`, `Less`,
31+
* Angular Routers: `ngRoute`, `ui-router`
32+
33+
**Server**
34+
35+
* Database: `None`, `MongoDB`
36+
* Authentication boilerplate: `Yes`, `No`
37+
* oAuth integrations: `Facebook` `Twitter` `Google`
38+
* Socket.io integration: `Yes`, `No`
39+
4040
## Project Structure
4141

4242
Overview

0 commit comments

Comments
 (0)