koa-react-starter
A starter kit with Koa and React!
This kit was inspired by Koa-Starter
Prerequisites
- Node.js (Version 5 and up recommended)
- Github Client ID and Secret (for OAuth)
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 asconfig.json
and leave it in the root. -
Start it up.
npm start
- Enjoy!