Skip to content

Commit

Permalink
Config
Browse files Browse the repository at this point in the history
  • Loading branch information
winterbe committed Aug 16, 2015
1 parent c42e5c6 commit 23de3eb
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2015 Benjamin Winterberg

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
React.js Examples
========================

This repo contains a bunch of React.js examples. No server side code, just client-side React components. Make sure you have NPM and Webpack installed: `npm install -g webpack`
This repo contains a bunch of React.js examples. No server side code, just client-side React components.

> Make sure you have NPM and Webpack installed before getting started.
### Getting started

* Install: `npm install`
* Build: `webpack`
* Start: `open src/index.html`

### License

MIT
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@
"author": "Benjamin Winterberg",
"license": "MIT",
"homepage": "http://winterbe.com",
"devDependencies": {
"repository": {
"type": "git",
"url": "git://github.com/winterbe/react-samples.git"
},
"dependencies": {
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"lodash": "^3.10.1",
"react": "^0.13.3",
"webpack": "^1.11.0",
"flux": "^2.0.3"
},
"dependencies": {
"flux": "^2.0.3",
"normalize.css": "^3.0.3",
"object-assign": "^3.0.0"
}
}

0 comments on commit 23de3eb

Please sign in to comment.