React app that searches github for user repositories
npm
First install dependencies:
npm install
Then rename .env.example to .env and add your github personal access token
To run in hot module reloading mode:
npm start
To create a production build:
npm run build-prod
To create a development build:
npm run build-dev
Open the file public/index.html
in your browser
Made with createapp.dev