MEAN, Meteor, Sails, etc. Run the stack you choose, the way you want. Totally unopinionated, fully customizable.
Docker + Docker Compose v3 ensures your environment is fast and stable for development, testing and production.
Plug-and-play configurations allow you to get started in minutes. Reduce the learning curve for new developers.
git clone https://github.com/Osedea/nodock.git | |
cp nodock/_examples/nginx/* . | |
cd nodock/ && docker-compose up -d node nginx |