Skip to content

A single page application that displays a list of Github users by using the Github public API

Notifications You must be signed in to change notification settings

smasztarowski/github-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-spa

A single page application that displays a list of Github users by using the Github public API

Installation

git clone [email protected]:smasztarowski/github-spa.git

cd github-spa

npm install

npm start

Available NPM commands

start

npm start

Starts local development server

build

npm run build

Builds a production code

generate-mock-data

npm run generate-mock-data

If you wish you can regenerate Sandbox data. Feel free to change parameters in the scripts/generateGithubData.js

commit

npm run commit

Runs Commitizen CLI Read more

Tech Stack

Additional Info

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

About

A single page application that displays a list of Github users by using the Github public API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published