Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 472 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 472 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

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.