more node and go changes

This commit is contained in:
2021-07-26 22:41:06 -04:00
parent cd8fb5ca54
commit 8d4e5e3e5e
13 changed files with 417 additions and 70 deletions

View File

@@ -1,24 +1,10 @@
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>
<>
<div>Frontend Template with Mantine.dev installed</div>
</>
);
}