backend/frontend init

This commit is contained in:
qajus 2025-04-29 22:37:28 +02:00 committed by Rudi Regentonne
parent 518c975791
commit 4f44b171b9
24 changed files with 11303 additions and 0 deletions

View file

@ -0,0 +1,26 @@
import React from 'react';
import logo from './logo.svg';
import './App.css';
function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.tsx</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
);
}
export default App;