Skip to content

Commit

Permalink
web pack and hapi working
Browse files Browse the repository at this point in the history
  • Loading branch information
thegsi committed Feb 18, 2016
1 parent 67142c3 commit 8bc22da
Show file tree
Hide file tree
Showing 28 changed files with 67 additions and 2,370 deletions.
206 changes: 0 additions & 206 deletions Media/bubble clouds.svg

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"react-router": "^1.0.1",
"react-static-container": "^1.0.0",
"style-loader": "^0.13.0",
"on-build-webpack": "^0.1.0",
"webpack": "^1.12.2"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require('./styles/');
require('./js/');
13 changes: 13 additions & 0 deletions src/js/components/Chess.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
var React = require('react');

var Chess = React.createClass({

render: function() {
return <div>
<p>Gethi</p>
</div>;
<div><img src="http://i.stack.imgur.com/fpgJx.jpg" /></div>
}
});

module.exports = Chess;
33 changes: 0 additions & 33 deletions src/js/components/basket-bar.jsx

This file was deleted.

Loading

0 comments on commit 8bc22da

Please sign in to comment.