Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 695 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 695 Bytes

subdl-client-web

🍿 SUBDL web client with React, Redux, Apollo and styled-components

Technologies

  • React
  • Redux
  • Apollo & Apollo-react
  • Grinde.JS
  • styled-components
  • Jest

New Features

  • Auto Complete

Contribute

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