React app

This commit is contained in:
Ben Ramey
2018-09-12 06:15:46 -05:00
commit 913f401f23
14 changed files with 13555 additions and 0 deletions

8
src/index.js Normal file
View File

@@ -0,0 +1,8 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import registerServiceWorker from './registerServiceWorker';
ReactDOM.render(<App />, document.getElementById('root'));
registerServiceWorker();