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
- Host: GitHub
- URL: https://github.com/insin/react-nwb-github-issues
- Owner: insin
- Created: 2015-12-06T07:44:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T02:55:44.000Z (about 10 years ago)
- Last Synced: 2025-01-13T04:14:47.982Z (about 1 year ago)
- Topics: example, github, issues, nwb, react, react-app
- Language: CSS
- Homepage: http://insin.github.io/react-nwb-github-issues/#/twbs
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)