Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 487 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 487 Bytes

A tryout of Redux along with ES6 and Webpack.

Sources

This was created using newtriks' Yeoman generator

Preloader code came from http://tobiasahlin.com/spinkit/

Quiz questions and basic styles came from ClickHole

Running It

  • first run npm install
  • to run the app, npm start
  • to build it: npm run dist
  • to lint it: npm run lint