Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liorkesos authored and Avraham Ostreicher committed Jun 10, 2019
1 parent 5d953b5 commit bfb5be3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Expand Up @@ -11,18 +11,16 @@ MEAN is a set of Open Source components that together, provide an end-to-end fra
### Pre-requisites ### Pre-requisites
* git - [Installation guide](https://www.linode.com/docs/development/version-control/how-to-install-git-on-linux-mac-and-windows/) . * git - [Installation guide](https://www.linode.com/docs/development/version-control/how-to-install-git-on-linux-mac-and-windows/) .
* node.js - [Download page](https://nodejs.org/en/download/) . * node.js - [Download page](https://nodejs.org/en/download/) .
* yarn - [Download page](https://yarnpkg.com/lang/en/docs/install) . * npm - comes with node or download yarn - [Download page](https://yarnpkg.com/lang/en/docs/install) .
* mongodb - [Download page](https://www.mongodb.com/download-center/community) . * mongodb - [Download page](https://www.mongodb.com/download-center/community) .


### Installation ### Installation
``` ```
git clone https://github.com/linnovate/mean git clone https://github.com/linnovate/mean
cd mean cd mean
cp .env.example .env cp .env.example .env
yarn install npm install
yarn build npm start (for development)
yarn start (for development)
yarn serve (for production)
``` ```
### Docker based ### Docker based
``` ```
Expand Down

0 comments on commit bfb5be3

Please sign in to comment.