Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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