A single page application that displays a list of Github users by using the Github public API
git clone [email protected]:smasztarowski/github-spa.git
cd github-spa
npm install
npm start
npm start
Starts local development server
npm run build
Builds a production code
npm run generate-mock-data
If you wish you can regenerate Sandbox data. Feel free to change parameters in the scripts/generateGithubData.js
npm run commit
Runs Commitizen CLI Read more
The local development server uses Sandbox API by default. You can change it to production API using Switch in the top left corner. State of chosen API is saved into SessionStorage