mirror of
https://github.com/docker/awesome-compose.git
synced 2026-02-15 09:14:26 +01:00
add react-nginx (#121)
add react-nginx Signed-off-by: phamthainb <phamthai4643@gmail.com>
This commit is contained in:
committed by
GitHub
parent
30d01c2cad
commit
263ba37b97
25
react-nginx/src/App.js
vendored
Executable file
25
react-nginx/src/App.js
vendored
Executable 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;
|
||||
Reference in New Issue
Block a user