https://github.com/mannuelf/hapi-handlebars
app built using hapi js and handlebars
https://github.com/mannuelf/hapi-handlebars
Last synced: 2 months ago
JSON representation
app built using hapi js and handlebars
- Host: GitHub
- URL: https://github.com/mannuelf/hapi-handlebars
- Owner: mannuelf
- Created: 2016-02-18T04:23:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T04:27:10.000Z (almost 10 years ago)
- Last Synced: 2025-01-19T05:33:29.232Z (12 months ago)
- Language: HTML
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Note
Please use hapi version 8.x.
To install a version of hapi, use the following syntax when installing:
```sh
npm install hapi@v8.8.1 --save
```
Also, the ```hapi-auth-cookie``` package also has some newer breaking changes. Install with this command:
```sh
npm install hapi-auth-cookie@2.2.0 --save
```