Initial commit

This commit is contained in:
Ben Elferink
2020-12-21 23:03:50 +02:00
commit ad0098bc7c
14 changed files with 155 additions and 0 deletions

7
client/src/App.js Normal file
View File

@@ -0,0 +1,7 @@
import React from 'react';
function App() {
return <div>Hello World - React.js</div>;
}
export default App;