🍿 SUBDL web client with React, Redux, Apollo and styled-components
- React
- Redux
- Apollo & Apollo-react
- Grinde.JS
- styled-components
- Jest
- Auto Complete
First clone the repository:
git clone https://github.com/morajabi/subdl-api.git
Then install required packages:
yarn
or
npm install
Congrates! Now you can start the server:
yarn start
Head to your browser and open localhost:3000
.
After every change, write tests for the change and run tests with following command to ensure everything works as expected before any commit or PR:
yarn test