A Boilerplate for a Simple Express Web Application build in Docker.
Includes:
- Docker
- Docker Compose
- NodeJS
- Yarn
- Nodemon
- ES2015
- Makefile
git clone [email protected]:jansanchez/nocker-wheezy-app.git
./docker/scripts/setup.sh
docker-compose up
docker-compose down
./docker/scripts/build.sh
./docker/scripts/supply.sh
make setup
make up
make command "yarn upgrade"
make command "yarn install"
make command "yarn add express"
make command "yarn add -SD browser-sync"
make down
make build
make install
make