This is a boilerplate project for a full-stack Node.js applications. Please refer to different branches for specific framworks and libraries.
- Koa.js
feature/koa
Thank you Yarn!
yarn install
yarn dev
- visit:
http://localhost:3000
Note: to kill any port already in use kill -9 $(lsof -t -i:3000)