A sample app created with Create React App to demonstrate my development skills.
- React and Redux for development
- Enzyme and Jest for testing
To run:
npm install
npm start
Open http://localhost:3000 to view it in the browser.
Open http://localhost:3000/?fake to use fake data (no CORS issues).
It uses a "proxy" to avoid CORS issues.
To test:
npm install
npm test
To update snapshots:
npm run dev-test