https://github.com/gordonsmith/webservices-boilerplate
https://github.com/gordonsmith/webservices-boilerplate
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gordonsmith/webservices-boilerplate
- Owner: GordonSmith
- License: mit
- Created: 2020-06-18T09:28:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T00:33:15.000Z (over 2 years ago)
- Last Synced: 2025-02-11T19:38:39.362Z (over 1 year ago)
- Language: TypeScript
- Size: 623 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webservices-boilerplate
_Simple boilerplate with the following technologies:_
* [Node JS](https://nodejs.org/dist/latest-v12.x/docs/api/)
* [Express JS](https://expressjs.com/en/guide/routing.html)
* [TypeScript](https://www.typescriptlang.org/docs/home.html)
* [dockerode](https://github.com/apocas/dockerode#readme) (optional - for something to do in the middleware)
## Quick Start
* CLI
* npm install
* npm run build
* npm run start
* In vscode:
* Ctrl+\` (terminal) + npm install
* Ctrl+Shift+B (build)
* F5 (Launch debugger)
* Open http://localhost:3000 in web browser