Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oieduardorabelo/github-api-v3

Just a simple client to get Github user info
https://github.com/oieduardorabelo/github-api-v3

Last synced: 10 days ago
JSON representation

Just a simple client to get Github user info

Awesome Lists containing this project

README

        

# ES6 with Webpack and Github API v3

#### System Dependencies

I'm running this project with `webpack-dev-server`, please, install it globally:

```
npm i -g webpack-dev-server
```

#### Development

Inside the project folder, run these commands:

```
# to install npm dependencies
npm i

# to start the dev server
webpack-dev-server
```

The last command will open a dev server at `http://localhost:8080`