Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 457 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 457 Bytes

Nodejs Boilerplate

Get Started

Install Docker, Docker Compose, Docker Machine (if necessary) You can follow instructions at https://docs.docker.com/compose/install/

# clone or fork this repo
$ cd node_boilerplate
$ docker-compose build

# start developing
$ docker-compose up

P.S. This repository is meant for development only.