Integrating React

This commit is contained in:
Jeff Avallone
2018-02-10 16:22:59 -05:00
parent 5e8501b25e
commit e52103a516
7 changed files with 705 additions and 9 deletions
+7
View File
@@ -1,2 +1,9 @@
import React from 'react';
import ReactDOM from 'react-dom';
import App from '../../componets/App';
import '../../style.css';
import '../../service-worker';
ReactDOM.render(<App/>, document.getElementById('root'));
+1 -1
View File
@@ -5,6 +5,6 @@
<title>Regexper</title>
</head>
<body>
<h1>App Content</h1>
<div id="root"></div>
</body>
</html>