Skip to content

Commit

Permalink
Stop server immediately without waiting. Use Yarn for package depende…
Browse files Browse the repository at this point in the history
…ncies.

Specify node-version in package.json.
Winston now includes typescript headers, so no need for additional package.
  • Loading branch information
laurilarjo committed Jan 15, 2019
1 parent e3ace0c commit efd5273
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5,844 deletions.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -17,10 +17,15 @@ This starter kit comes with the following features:
- **Basic Test Suite with Tape**
- **Coverage Report**

## Requirements

* NodeJS 10.x
* Yarn 1.x

## How to use it?

1. Download this project as a zip.
2. Run `npm install`
2. Run `yarn install`
3. Run `npm run nodemon:start`
4. Visit [http://localhost:8080/documentation](http://localhost:8080/documentation) to view swagger docs.
5. Visit [http://localhost:8080/api/users](http://localhost:8080/api/users) to test the REST API.
Expand Down

0 comments on commit efd5273

Please sign in to comment.