1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 02:38:07 +02:00

add react-nginx (#121)

add react-nginx

Signed-off-by: phamthainb <phamthai4643@gmail.com>
This commit is contained in:
Phạm Hồng Thái 2021-10-10 22:19:58 +07:00 committed by GitHub
parent 30d01c2cad
commit 263ba37b97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 36390 additions and 0 deletions

25
react-nginx/src/App.js vendored Executable 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;