Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 560 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 560 Bytes

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

git clone https://github.com/linnovate/mean
cp .env.example .env
yarn install
yarn build
yarn start (for development)
yarn serve (for production)

Docker based

git clone https://github.com/linnovate/mean
cp .env-example .env
docker-compose up -d

AngularMaterial

This project was generated with Angular CLI version 1.7.4.