From 0d55021d2fa41d318abd8fe43563e12a661937fa Mon Sep 17 00:00:00 2001 From: Lieuwe Rooijakkers Date: Sun, 19 Jan 2025 16:23:31 +0100 Subject: initial client --- client/src/App.jsx | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 client/src/App.jsx (limited to 'client/src/App.jsx') diff --git a/client/src/App.jsx b/client/src/App.jsx new file mode 100644 index 0000000..f67355a --- /dev/null +++ b/client/src/App.jsx @@ -0,0 +1,35 @@ +import { useState } from 'react' +import reactLogo from './assets/react.svg' +import viteLogo from '/vite.svg' +import './App.css' + +function App() { + const [count, setCount] = useState(0) + + return ( + <> +
+ + Vite logo + + + React logo + +
+

Vite + React

+
+ +

+ Edit src/App.jsx and save to test HMR +

+
+

+ Click on the Vite and React logos to learn more +

+ + ) +} + +export default App -- cgit v1.2.3-70-g09d2