The mean stack is intended to provide a simple and fun starting point for cloud native fullstack javascript applications.
git clone https://github.com/fgielow/mean
cd mean
cp .env.example .env
npm install
npm start (for development)
git clone https://github.com/fgielow/mean
cd mean
cp .env.example .env
docker-compose up -d
- The MEAN name was coined by Valeri Karpov.
- Initial concept and development was done by Amos Haviv and sponsered by Linnovate.
- Inspired by the great work of Madhusudhan Srinivasa.