Skip to content

zbanalagay/react-redux-koa

Repository files navigation

A React + Redux + Koa Boilerplate

This is a boilerplate to get you started with React and Redux. It uses Koa as for the server but it is simple enough to switch this out to something else such as Express.

  1. To get started rename the .env.template file to .env

  2. make sure you have Node installed and then execute the following in the root of this project's directory.

   npm install
   npm start
  1. Browse to http://localhost:3000/ to view the starter kit!

  2. If you would like to see Redux in action make sure you have the redux devtools chrome extension installed and pull it up in the chrome devtools pane or right click on the page and pull it up in a separate window.

This Boilerplate is a work in progress. I will be updating it whenever I learn something new and can apply it to this example app.

About

a simple boilerplate for react+redux+koa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages