The mean stack is intended to provide a simple and fun starting point for cloud native fullstack javascript applications.
- git - Installation guide
- node.js - Download page
- yarn - Download page
- mongodb - Download page
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)
git clone https://github.com/linnovate/mean
cd mean
cp .env.example .env
docker-compose up -d