MERN
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
Setup
sudo npm install -g mern-cli mern myFirstMERNApp cd myFirstMERNApp npm install npm start