Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 813 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 813 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.

Pre-requisites

Installation

git clone https://github.com/linnovate/mean
cd 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
cd mean
cp .env.example .env
docker-compose up -d