Clone the repo and run npm run setup, then npm start -s.
- webpack hot reloading
- redux store with two reducers configured (one for learning, one for testing)
- actions to load words (currently stored locally) and submit test answer (not yet implemented)
- react-router paths set up and displayed in app navbar and on home page
- "learning" components presenting vocabulary from store
- various flavors of react components leveraging the store and props in different ways
- implement test components and test reducer to handle SUBMIT_ANSWER action