https://github.com/mannuelf/handlebars-hapi
app built using hapi js and handlebars js
https://github.com/mannuelf/handlebars-hapi
Last synced: 14 days ago
JSON representation
app built using hapi js and handlebars js
- Host: GitHub
- URL: https://github.com/mannuelf/handlebars-hapi
- Owner: mannuelf
- Created: 2016-02-18T04:51:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T10:05:26.000Z (almost 10 years ago)
- Last Synced: 2025-01-19T05:33:29.278Z (12 months ago)
- Language: JavaScript
- Size: 916 KB
- 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
```