UI structure (basic cards + css modules setup)

This commit is contained in:
Cássio Zen
2016-06-28 15:28:42 -03:00
parent 5f0ec91015
commit c6babdecff
9 changed files with 84 additions and 0 deletions

View File

@ -4,12 +4,14 @@ import { Provider } from 'react-redux';
import configureStore from './store/configureStore';
import Routes from './routes/routes';
import 'file?name=index.html!../example/index.html';
import styles from './index.css';
const store = configureStore();
window.store = store;
const el = document.createElement('div');
el.id = 'appRoot';
document.body.appendChild(el);
render((