Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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}!"