Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustinspecker/hapi-babel-experiment
Experimenting using Babel with Hapi
https://github.com/dustinspecker/hapi-babel-experiment
Last synced: 2 days ago
JSON representation
Experimenting using Babel with Hapi
- Host: GitHub
- URL: https://github.com/dustinspecker/hapi-babel-experiment
- Owner: dustinspecker
- Created: 2015-05-23T19:29:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T19:31:23.000Z (over 9 years ago)
- Last Synced: 2023-04-09T18:51:17.397Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hapi-Babel-Experiment
=====================
> Experimenting using Babel with Hapi## Setup
1. Run `git clone https://github.com/dustinspecker/hapi-babel-experiment` to clone the repository.
1. Run `npm i` to install dependencies.
1. Run `node start` to start the Hapi Server on port 3000.## Routes
`GET /` returns "Hello, world!"
`GET /{name}` returns "Hello, {name}!"