stoeffel / classroom-coding

Video series code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classroom Coding

this is a port which uses redux with the redux-future and redux-either middleware

Thoughts

This is a "practical" application built with react and functional techniques. React components are "impure" and our model stays pure (although there's a bit of cheating in utils as it's a hodge podge).

Install

First run:

npm install

Then run each of these commands in a different terminal window. One for webpack, one for babel-node:

npm run dev
npm run server

About

Video series code


Languages

Language:JavaScript 99.1%Language:Shell 0.9%