/koa-react-starter

:ocean: A starter kit with koa and react!

Primary LanguageJavaScript

koa-react-starter

A starter kit with Koa and React!

This kit was inspired by Koa-Starter

Prerequisites

Installation

  • Clone down the repository.
git clone https://github.com/cynical89/koa-react-starter.git
  • Install packages (from inside the koa-starer folder).
npm install
  • Create your config. There's a config.json.example file in the root. Edit it to include all your values for the site and your OAuth information. Save it as config.json and leave it in the root.

  • Start it up.

npm start
  • Enjoy!