- node 6.0 see this link to install node on your machine.
- docker version > 1.12. See this link to install docker.
- vulcain-cli is not mandatory but can help you to start easily whith vulcain. Install it whith
npm install vulcain-cli -gAfter installing vulcain-cli, run vulcain init my-service.
Clone the starter template from github with
git clone https://github.com/vulcainjs/vulcain-template-microservice.git my-service
and replace all '<%= project.fullName %>' project occurences with my-service and '<%=project.namespace%>' by my-domain in startup.ts.