Socket
Socket
Sign inDemoInstall

@mernjs/mernjs

Package Overview
Dependencies
1
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @mernjs/mernjs

MernJs is a MVC JavaScript web application framework written using Node.js, Express.js, React.js, released as free and open-source software under the MIT License. It is designed to make it easy to build Javascript web applications and APIs. It's good for


Version published
Maintainers
1
Created

Readme

Source

MernJS MVC Javascript Framework

MernJs is a MVC Nodejs web application framework written using Node.js, Express.js, React.js, released as free and open-source software under the MIT License. It is designed to make it easy to build Javascript web applications and APIs. It's good for building realtime features like chat.

Offcial Documentation

Go to offcial documentation Click Here.

Offcial Blog

Avaiable lot of moduls for your project Click Here.

Requirements

  • Node node >= 8.12.0 and node <= 10.16.2
  • NPM npm >= 6.4.1 and npm <= 6.9.0

Installation

1. Install @mernjs/cli globally

npm i -g @mernjs/cli

2. Create a new cli following the commmand prompts by running the mernjs command

mernjs

3. Create new application using CLI

mernjs init my_project

OR

mernjs new my_project

4. CD into newly created project directory

cd my_project

5. Run newly created application

mernjs serve

OR

npm run serve

Website

Blog

Facebook

Twitter

LinkedIn

Youtube

Keywords

FAQs

Last updated on 21 Oct 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc