Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 434 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 434 Bytes

App for consuming the published nw-shuriken npm

Just npm install yarn and:

yarn start

Run test environment docker

  • Pull down the docker image docker build -t nw-shuriken-test .
  • Spin up the container docker run --rm -it -p 8080:8080 nw-shuriken-test
  • Stop the container docker stop nw-shuriken-test

Docker setup guide:

https://nodejs.org/en/docs/guides/nodejs-docker-webapp/

Codeship build setup guide