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.
- Host: GitHub
- URL: https://github.com/wichopy/koa-node-middleware
- Owner: wichopy
- Created: 2017-03-25T05:23:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T19:06:38.000Z (about 9 years ago)
- Last Synced: 2025-01-22T01:47:03.624Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.