vellengs / mean

The MEAN stack uses Mongo, Express, Angular(4) and Node for simple and scalable fullstack js applications

Home Page:http://mean.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitter

MEAN Logo MEAN2

The Full Stack Javascript Framework.

MEAN started out as a combination of MongoDB , ExpressJS , AngularJS and Node.js.
With MEAN2 we are providing the ability to mix and match additional frontend frameworks, databases and technologies. We aim to create a robust, flexible and scalable fullstack javascript solution

The default MEAN stack you get out of the box can work either with Angular or React and is built with the next technologies...

If you're looking for the classic angular-1.x version of mean it has moved to this 1.x branch

Prerequisite Technologies

If you have an older version of Node.js and NPM , you can use Node Version Manager NVM to use multiple node versions on your system. MEAN2 only supports Node 6.x or higher versions.

Installation

To start your application with MEAN, you need to clone the base MEAN repository from Github. This repository contains all the packages, modules and also sample code base in order to start and make it easy to develop your application. Following steps will guide you to install latest MEAN version.

git clone --depth 1 https://github.com/linnovate/mean.git  
cd mean
npm install  
npm start  

If all the packages and modules installed successfully, default web browser will open and you can see default MEAN application at http://localhost:3000. This is the default port unless you change that manually.

Additional Tools used in MEAN

About

The MEAN stack uses Mongo, Express, Angular(4) and Node for simple and scalable fullstack js applications

http://mean.io

License:Other


Languages

Language:JavaScript 69.2%Language:TypeScript 23.5%Language:HTML 3.8%Language:CSS 3.1%Language:Shell 0.4%