Application developed in React + Typescript that shows repos from git hub e its details and issues!
You can check out the demo here
Check here how to install node, please select the stable version Node.
- After clone this repo follow the steps below
- Run
npm installin your command line, you need to run inside your local repository - Then run
react-scripts start. to listen the app on:http://localhost:3000/#/
- Follow the steps to for yarn instalation.
- Run
yarnin your command line to download all dependencies in your source, you need to run inside your local repository - Then run
yarn start. to listen the app on:http://localhost:3000/#/
This application has created based on React Bootcamp classes from Rocketseat 🚀