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

https://github.com/insin/react-nwb-github-issues

nwb-developed React version of wycats/github-issues-demo
https://github.com/insin/react-nwb-github-issues

example github issues nwb react react-app

Last synced: 11 months ago
JSON representation

nwb-developed React version of wycats/github-issues-demo

Awesome Lists containing this project

README

          

# react-nwb-github-issues

Collaborating on this React app:

## Prerequisites

You will need the following things properly installed on your computer.

* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with npm)
* [nwb](https://github.com/insin/nwb/) - `npm install -g nwb@next`

## Installation

* `git clone ` this repository
* change into the new directory
* `npm install`

## Running / Development

* `nwb serve` will run the app
* Visit the app at [http://localhost:3000](http://localhost:3000)

### Running Tests

* `nwb test` will run the tests once
* `nwb test --server` will run the tests on every change

### Building

* `nwb build` (production)
* `nwb build --set-env-NODE_ENV=development` (development)