From 30dc897fb915977a94eb3f4947a7111d863c243b Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sat, 9 May 2020 20:40:01 -0700 Subject: add react setup --- frontend/src/index.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 frontend/src/index.js (limited to 'frontend/src/index.js') diff --git a/frontend/src/index.js b/frontend/src/index.js new file mode 100644 index 0000000..437fe03 --- /dev/null +++ b/frontend/src/index.js @@ -0,0 +1,11 @@ +import React from 'react'; +import ReactDOM from 'react-dom'; +import './css/index.css'; +import App from './components/App'; + +ReactDOM.render( + + + , + document.getElementById('root') +); \ No newline at end of file -- cgit v1.2.3