Sample modular app to showcase how to use redux and es6. Inpired by a fun topic r/ProgrammerHumor.
Based from this project: https://github.com/morkro/tetrys
Note: NodeJS 6+ is required.
- Install dependencies
npm i
- Start dev server
npm run start
open http://localhost:9000