Skip to content
Open

pr #5

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
**/node_modules
21 changes: 0 additions & 21 deletions npm-debug.log

This file was deleted.

5 changes: 2 additions & 3 deletions react-webpack/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ let App = React.createClass({
<RouteHandler/>
<Timer start={Date.now()} />
<Menu items={['Home','About','Contect']} />
<div>Hello world!</div>
</div>
);

<div>Hello world!</div>
); }
}
});

let routes = (
Expand Down
1 change: 0 additions & 1 deletion react-webpack/node_modules/.bin/csslint

This file was deleted.

1 change: 0 additions & 1 deletion react-webpack/node_modules/.bin/webpack

This file was deleted.

1 change: 0 additions & 1 deletion react-webpack/node_modules/.bin/webpack-dev-server

This file was deleted.

Loading