A ReactJs app to search Github repositories and add favorite.
- Node
- Yarn
$ yarn install
$ yarn build # make a development build
$ yarn prod # for a prod build
$ yarn start
.
├── dist # Compiled files
├── server # Node Js app server
├── src # Source files (alternatively `lib` or `app`)
├── package.json
├── webpoack.config.json
└── README.md