rzkmr / Koa-boilerplate

Boilerplate for Koajs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Koa-boilerplate

Quick start project with Koajs.

Usage

Clone this repository

git clone git@github.com:rzkmrs/stop_watch.git

Install

npm install

Start the application in development mode

npm run dev

To run webpack dev server. Static files are served from the app-ww folder, project JavaScript files are bundled.

npm start

Open http://localhost:3000 in your browser.

When ready, build for production

npm run build

This will generate a minimized bundle.js file on the app-ww folder.

Dependencies

  • Koa
  • Koa-ejs
  • React & React-DOM
  • Webpack & webpack-dev-server
  • Babel Core
  • Babel Loader (With "es2015" and "react" presets)

About

Boilerplate for Koajs

License:MIT License


Languages

Language:JavaScript 88.6%Language:HTML 11.4%