Skip to content
/ mean Public
forked from linnovate/mean

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

Notifications You must be signed in to change notification settings

tomerye/mean

 
 

Repository files navigation

Welcome to the mean stack

The mean stack is intended to provide a simple and fun starting point for cloud native fullstack javascript applications.

Installation

cp .env-example .env
yarn install
yarn build
yarn start (for development)
yarn serve (for production)

Docker based

cp .env-example .env
docker-compose up -d

AngularMaterial

This project was generated with Angular CLI version 1.7.4.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 58.3%
  • JavaScript 28.1%
  • HTML 9.9%
  • CSS 3.5%
  • Dockerfile 0.2%