/koa-starterpack

Starter Pack using Koa.js - eventually will contain some Blog Functionality (w MySQL), Authentication, etc... using React.

Primary LanguageJavaScript

Koa Starterpack

The goal of this project is to have a base app that is built on top of the Koa Framework, that includes some of the more common features in web development, such as Authentication, connecting to a MySQL Database, posting content, etc...

It will have a mix of general server side rendered content as well as client side rendered using React. For state management I will use Redux.

###Installation

  • npm install

####Start Development:

  • npm run dev