FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codespaces-react/src/App.jsx at main · github/codespaces-react · GitHub
github
/
codespaces-react
Public template
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
551
Code
Issues
15
Pull requests
22
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
codespaces-react
/
src
/
App.jsx
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (27 loc) · 661 Bytes
Breadcrumbs
codespaces-react
/
src
/
App.jsx
Copy path
File metadata and controls
29 lines (27 loc) · 661 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import
'./App.css'
;
function
App
(
)
{
return
(
<
div
className
=
"App"
>
<
header
className
=
"App-header"
>
<
img
src
=
"Octocat.png"
className
=
"App-logo"
alt
=
"logo"
/>
<
p
>
GitHub Codespaces
<
span
className
=
"heart"
>
♥️
</
span
>
React
</
p
>
<
p
className
=
"small"
>
Edit
<
code
>
src/App.jsx
</
code
>
and save to reload.
</
p
>
<
p
>
<
a
className
=
"App-link"
href
=
"https://reactjs.org"
target
=
"_blank"
rel
=
"noopener noreferrer"
>
Learn React
</
a
>
</
p
>
</
header
>
</
div
>
)
;
}
export
default
App
;
Back
|
FazBrowse Home
|
New Git URL