Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 475 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 475 Bytes

koa-webpack-example

Overview

Koa2 and webpack environment for development, production.

Hot Module Reload

HMR for client side and server side code, which means you'll never need to restart your node server or refresh your browser to see the changes.

Install

$ yarn install

Run as development

$ yarn start

Build for production

$ yarn build

Serve with PM2

$ yarn serve

License

MIT