faceyspacey / redux-first-router-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit Redux-First Router Demo

Simple Universal Boilerplate of Redux-First Router

redux-first-router-demo screenshot

For a demo/boilerplate that goes even farther make sure to check out the "DEMO". A lot more features and use-cases are covered there, but this boilerplate is the best place to start to learn the basics of RFR, especially if you're new to any of these things: SSR, Code Splitting, Express, APIs, Webpack and Redux in general.

Installation

git clone https://github.com/faceyspacey/redux-first-router-boilerplate
cd redux-first-router-boilerplate
yarn
yarn start

Files You Should Look At:

client code:

server code:

About

License:MIT License


Languages

Language:JavaScript 81.3%Language:CSS 18.7%