/koa-bootstrap-react-sample

Full example using Koa, React, Passport, Mongoose, Gulp, Mocha

Primary LanguageJavaScriptMIT LicenseMIT

koa-bootstrap-react-sample

Prerequisite

Installation

  1. Checkout in a directory
  2. npm install
  3. npm install -g gulp (might need sudo)
  4. gulp install
  5. Try it and ensure tests passes with npm test

Running the project

  1. Build and start using gulp dev
  2. Try access localhost:3000 you should be redirected to /login because / is secured

Build commands

Build

gulp or gulp install

Run Develop

npm start or gulp dev

Run Tests

gulp && npm test

License

The plugin is under MIT license, please see the LICENSE file provided with the module.