https://github.com/fiveisprime/hapi-starter
Starter Hapi application.
https://github.com/fiveisprime/hapi-starter
Last synced: 7 months ago
JSON representation
Starter Hapi application.
- Host: GitHub
- URL: https://github.com/fiveisprime/hapi-starter
- Owner: fiveisprime
- License: mit
- Created: 2015-07-24T13:52:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T06:25:45.000Z (over 7 years ago)
- Last Synced: 2025-02-04T13:44:10.691Z (over 1 year ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hapi-starter
Starter Hapi application.
## What is this?
This is my personal starting point for building a Hapi app. :)
## Debugging
This assumes you are using VS Code. Start the process using Docker Compose then
hit F5 to attach to the running process.
_Note: if you're on Windows, you may need to build the image prior to running
docker compose._
```sh
$ docker-compose -f docker-compose.debug.yml up -d --build
```
Once the image is running, hit F5.
Shut it all down by running
```sh
$ docker-compose -f docker-compose.debug.yml down
```