It is a MEAN practice using MEAN stack, and docker plus gulp. This project aims to help user to under more on comprehensive project development.
###Development ####Prerequisite:
- Docker installed
- node installed
- gulp installed
- bower installed
####Run
- Clone this project
- Make sure your docker-machine is running and active.
- Run
gulp watch
to build and start watching changing in front end code. - Run
docker-compose up -d
will start container and also watching backend code. - You should able to see this website in http://your-docker-machine-ip-addr:8080