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

https://github.com/wichopy/koa-node-middleware

Practice with koa.js middleware library, using ES2017 features.
https://github.com/wichopy/koa-node-middleware

Last synced: over 1 year ago
JSON representation

Practice with koa.js middleware library, using ES2017 features.

Awesome Lists containing this project

README

          

## Lane Developement Challenge
#### Project 2: Koa Middleware

To get running locally, follow the below steps in your terminal.

1. `git clone git@github.com:wichopy/koa-node-middleware.git` to retreive files locally.

2. Requires latest version of node.js (7.7.3), skip to step 4 if you already have it.
If you have a previous version install with:

3.
a) `nvm install 7`

b) `nvm use 7`

4. Download dependencies by typing `npm install`

5. Run using `node server.js` or `npm start`

6. Go to `localhost:4000` on your favourite browser to view the response.