Reorganize modules

This commit is contained in:
Nicolas Gallagher
2015-06-14 23:02:55 -07:00
parent 1ba13f6578
commit cb039d075f
52 changed files with 157 additions and 102 deletions
+4 -4
View File
@@ -2,7 +2,7 @@
**Experimental / Proof of concept**
A React SDK for creating web applications and toolkits. Inspired by `react-native`.
A React SDK (~8KB gzipped) for creating web applications and toolkits. Inspired by `react-native`.
It includes the following components:
@@ -131,7 +131,7 @@ Returns an object with the specified props included.
## Development
```
npm run build
npm run build:watch
open index.html
npm install
npm run build:example:watch
open example/index.html
```