Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Jun 20, 2013
1 parent c65ba05 commit 6ee822a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MEAN Stack

MEAN is a boilerplate that provides a nice starting point for MongoDB, Node.js, Express, and AngularJS based applications.
It is designed to give you quick and organized way to start developing of MEAN based web apps with usefull modules like mongoose and passport prebundled and configured.
It is designed to give you quick and organized way to start developing of MEAN based web apps with useful modules like mongoose and passport pre-bundled and configured.
We mainly try to take care of the connection points between existing popular frameworks and solve common integration problems.

## Prerequisites
Expand All @@ -12,11 +12,11 @@ We mainly try to take care of the connection points between existing popular fra
* Express - Defined as npm module in the [Package.json](package.json) file.
* Mongoose - Defined as npm module in the [Package.json](package.json) file.
* Passport - Defined as npm module in the [Package.json](package.json) file.
* AngularJS - Prebundled in the [public](public/) folder.
* Twitter Bootstrap - Prebundled in the [public](public/) folder.
* AngularJS - Pre-bundled in the [public](public/) folder.
* Twitter Bootstrap - Pre-bundled in the [public](public/) folder.

## Configuration
See the [config](config/) folder and espically the [config.js](config/config.js) file.
See the [config](config/) folder and especially the [config.js](config/config.js) file.

## Quick Start

Expand All @@ -31,7 +31,7 @@ See the [config](config/) folder and espically the [config.js](config/config.js)
$ node server

## The Future
We are currently working on a extendable module system to make this project more like a framework with support for common modren web development requirements.
We are currently working on a extendable module system to make it more like a framework with support for modern web development requirements.


## More Information
Expand Down

0 comments on commit 6ee822a

Please sign in to comment.