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

Commit 2f6427a

Browse files
committed
Update README.md to include where to download the MEAN.JS boilerplate
1 parent 8479e46 commit 2f6427a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ $ sudo npm install -g grunt-cli
3232
## Quick Install
3333
Once you've installed all the prerequisites, you're just a few steps away from starting to develop you MEAN application.
3434

35+
The easiest way to use MEAN.JS as a boilerplate is to download a copy from the [master branch on github][https://github.com/meanjs/mean/archive/master.zip].
36+
```
37+
$ wget https://github.com/meanjs/mean/archive/master.zip -O MEANJS.zip; unzip MEANJS.zip; rm MEANJS.zip
38+
```
39+
Rename `mean-master` after your project and create your own git repo. If you'd like to contribute code back to MEAN.JS from your project, see here (tbd).
40+
3541
The first thing you should do is install the Node.js dependencies. The boilerplate comes pre-bundled with a package.json file that contains the list of modules you need to start your application, to learn more about the modules installed visit the NPM & Package.json section.
3642

3743
To install Node.js dependencies you're going to use npm again, in the application folder run this in the command-line:

0 commit comments

Comments
 (0)