React for rendering UIs
Redux for managing state
React Router for routes
Tailwind.css for styling
React testing library and Jest for testing
TypeScript for static typing
Netlify functions for parsing feeds
After cloning the repository run yarn install
to install dependecies.
Run yarn run bootstrap
to create a .env.local
file.
Run yarn start
and browse to http://localhost:8888
.
Run yarn test
to run tests once.
Run yarn test:watch
to run tests in a watch mode.
Run yarn test:coverage
to see a test coverage.