Difference between revisions of "MERN"

From air
Jump to navigation Jump to search
Line 1: Line 1:
'''MERN is a scaffolding tool which makes it easy to build isomorphic apps using [[MongoDB]], [[Express]], [[React.js]] and [[Node.JS]]'''
+
'''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
 
http://mern.io/#intro

Revision as of 09:12, 21 February 2016

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


sudo npm install -g mern-cli
mern myFirstMERNApp
cd myFirstMERNApp
npm install
npm start