- Add bookmarks on github repositories
- Search By Repositories/Users
- View Repositories for a user
-
Install dependencies:
npm install -
Start dev server with hot-reload:
npm start -
Run tests with coverage:
npm test -- --watchAll=false --coverage --silent -
Create build:
npm build