Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rommguy/react-context
experimenting with react context
https://github.com/rommguy/react-context
Last synced: 27 days ago
JSON representation
experimenting with react context
- Host: GitHub
- URL: https://github.com/rommguy/react-context
- Owner: rommguy
- License: mit
- Created: 2015-03-02T13:00:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T14:10:52.000Z (almost 10 years ago)
- Last Synced: 2024-11-26T21:17:53.763Z (about 1 month ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
Starter project for [react-templates](https://github.com/wix/react-templates)
## Quick start
### Setup
* Have [NodeJS](http://nodejs.org/) installed.
* Run these lines:```bash
npm install -g grunt-cli
git clone [email protected]:wix/hello-react-templates.git
cd hello-react-templates
npm install
grunt
```* if you need a web server
```bash
npm install -g serve
serve
```### Run
Open http://localhost:3000/src/index.html in browser
Explore