Giter VIP home page Giter VIP logo

mean's Introduction

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 full-stack javascript solution.

The default MEAN stack you get out of the box can work with either Angular or React and is built with the following 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 a sample code base in order to start and make it easy to develop your application. Following the steps below will guide you to install the 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, your default web browser will open and you can see the default MEAN application at http://localhost:3000. This is the default port unless you change that manually.

Deploy on a public cloud

A pre-configured server with a stable version of MEAN.IO is available for you to start developing quickly. Click the following button to deploy MEAN.IO on Microsoft Azure public cloud:

Additional Tools used in MEAN

  • Mongoose - Mongoose provides a straight-forward, schema-based solution to model your application data. It includes built-in type casting, validation, query building, business logic hooks and more, out of the box.
  • Bootstrap - Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.
  • Karma - A simple tool that allows you to execute JavaScript code in multiple real browsers. Mainly on testing purposes.
  • Protractor - Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would.
  • Jasmine - Jasmine is a behavior-driven development framework for testing JavaScript code. It does not depend on any other JavaScript frameworks
  • Istanbul - Istanbul instruments your ES5 and ES2015+ JavaScript code with line counters, so that you can track how well your unit-tests exercise your codebase.
  • TypeScript - TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
  • Webpack - webpack is a static module bundler for modern JavaScript applications. When webpack processes your application, it recursively builds a dependency graph that includes every module your application needs, then packages all of those modules into one or more bundles.

mean's People

Contributors

liorkesos avatar amoshaviv avatar fyockm avatar ellman avatar jwebbdev avatar vikramtiwari avatar lirantal avatar enkodellc avatar sarareisner avatar brownman avatar zwhitchcox avatar stonelasley avatar timelf123 avatar pratik60 avatar udisun avatar andrija-hers avatar almogbaku avatar dvorad avatar adskjohn avatar chanakade avatar adsklowenthal avatar rivkabenshalom avatar chickenham avatar jackhsu978 avatar j9t avatar zohar avatar tetyanochka avatar spacemonkey avatar emps avatar pontifier avatar

Watchers

Vivek B Gupta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.