Last active
August 30, 2017 20:08
-
-
Save zarkomilosevic/71c531baff6c69a914bf553ee46e0e18 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
import AppContainer from '../todoApp/containers/AppContainer'; | |
import React from 'react'; | |
import ReactDOM from 'react-dom'; | |
import '../todoApp/assets/base.css'; | |
ReactDOM.render(<AppContainer />, document.getElementById('todoapp')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/rubydonkey/flux-todomvc-rails-51/blob/master/app/javascript/packs/todoApp.js