Project released at GoStack challenge, using ReactJS with TypeScript, Styled-Components, Axios and Polished. 🚀
First step
git clone https://github.com/lucasfontinele/github-explorer
To install dependencies run
yarn
or
npm -i
Then start application
yarn start
or
npm start