The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications
View the Project on GitHub linnovate/mean
StarThe mean stack is intended to provide a simple and fun starting point for cloud native fullstack javascript applications.
MEAN is a set of Open Source components that together, provide an end-to-end framework for building dynamic web applications; starting from the top (code running in the browser) to the bottom (database). The stack is made up of:
git clone https://github.com/linnovate/mean
cd mean
cp .env.example .env
yarn
yarn start (for development)
⚠️ Make sure your Docker version is 19.03.0+.
git clone https://github.com/linnovate/mean
cd mean
cp .env.example .env
docker-compose up -d
This project is maintained by linnovate