first react commit
.gitignore
0 → 100644
README.md
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "whats-open-web", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"history": "^4.6.3", | ||
"immutability-helper": "^2.3.0", | ||
"material-ui": "next", | ||
"material-ui-icons": "^1.0.0-alpha.19", | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1", | ||
"react-redux": "^5.0.5", | ||
"react-router-dom": "^4.1.2", | ||
"react-router-redux": "next", | ||
"redux": "^3.7.2", | ||
"redux-thunk": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"react-scripts": "1.0.10" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject", | ||
"storybook": "start-storybook -p 9009 -s public", | ||
"build-storybook": "build-storybook -s public" | ||
} | ||
} |
public/favicon.ico
0 → 100644
24.3 KB
public/index.html
0 → 100644
public/manifest.json
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
src/App.test.js
0 → 100644
src/actions/action-types.js
0 → 100644
src/actions/ui.js
0 → 100644
src/components/AppBar.js
0 → 100644
src/components/Drawer.js
0 → 100644
src/containers/Layout.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/logo.svg
0 → 100644
src/reducers/index.js
0 → 100644
src/reducers/ui.js
0 → 100644
src/registerServiceWorker.js
0 → 100644