0.0.7 • Published 5 years ago
@mernjs/generate v0.0.7
MERN.JS Super Simple Boilerplate
MERN.JS is a super simple boilerplate for building web and mobile apps in pure JavaScript
Installation
1. Install @mernjs/cli globally
npm i -g @mernjs/cli2. Create a new cli following the commmand prompts by running the mernjs command
mernjs3. Create new application using cli
mernjs init my_project4. CD into newly created project directory
cd my_project5. Run newly created application
mernjs serve