MERN

From air
Revision as of 09:06, 21 February 2016 by Donsez (talk | contribs)
Jump to navigation Jump to search

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

http://mern.io/#intro

Setup


npm install -g mern-cli
mern myFirstApp
cd myFirstApp
npm install
npm start