Starting the frontend project

This commit is contained in:
2020-11-07 00:49:03 -03:00
parent 2330b7086d
commit b39761ed32
18 changed files with 16951 additions and 1 deletions

25
src/App.js Normal file
View File

@@ -0,0 +1,25 @@
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.js</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;