MERN

From air
Revision as of 09:36, 21 February 2016 by Donsez (talk | contribs) (→‎First app)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MERN is a scaffolding tool which makes it easy to build isomorphic apps using MongoDB, Express.js, React.js and Node.js

http://mern.io/#intro

Setup

Install and start MongoDB

sudo npm install -g mern-cli

First app

mern myFirstMERNApp
cd myFirstMERNApp
npm install
npm start

Browse http://localhost:8000