The mean stack is intended to provide a simple and fun starting point for cloud native fullstack javascript applications.
cp .env-example .env
yarn install
yarn build
yarn start (for development)
yarn serve (for production)
cp .env-example .env
docker-compose up -d
This project was generated with Angular CLI version 1.7.4.