Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 853 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 853 Bytes

nb-env

Nurimba enviroment for development of NodeJS

Environment with:

Docker install the linux environment:

$ curl -sSL https://get.docker.com/ | sh

Make tasks of environment

  • Build docker image - $ make build-image
  • Create docker container - $ make build-container
  • Run docker container (only container already created) - $ make attach-container

First steps after environment builded (inside the container)

nb@dev$ npm install
nb@dev$ gulp browsersync