generator-kth-node-api [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
Installation
First, install Yeoman and generator-kth-node-api using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-kth-node-api
Then generate your new project:
yo kth-node-api
Then start the server with:
npm start
Or, if you'd like to run it with docker:
docker build .
docker-compose up
Getting To Know Yeoman
License
MIT © Emil Stenberg