-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
Run | ||
To run the server: | ||
|
||
``` | ||
npm i | ||
yarn | ||
yarn start | ||
``` | ||
|
||
...then run | ||
``` | ||
npm start | ||
``` | ||
|
||
to start serving on port 3000, open | ||
|
||
Last tested with nodejs version 6.7.0 and npm 3.10.3 on MacOs El Capitan and Windows 10 | ||
For a much better application boilerplate using tsoa, check out [ts-app](https://github.com/lukeautry/ts-app) |