mern-template
v1.0.7
Published
MERN boilerplate generator. Mongo, Express, React, Node todo list web app.
Downloads
11
Maintainers
Readme
mern-template
mern-temlate is a cli tool for generating isomorphic and modular mongo, express, react and node web app. The project is based on the best practices and popular tools. This is not just a simple starter that generates only the folder structure, but a real example of a production ready todo list web application.
See full documentation here
Visualization
Installation
npx mern-template my-app
or
npm install mern-template -g
mern-template my-app
Run project
cd my-app
npm install
npm start
or
cd my-app
docker-compose up
License
Copyright (c) 2019 Lasha Kakhidze. This code is released under the MIT license.