Quick Start
Examples
Directory
public
File
index.html
File
styles.css
File
tsconfig.json
File
App.tsx
File
index.tsx
File
package.json
App.tsx
export
default
function
App
(
)
:
JSX.Element
{
return
<
h1
>
Hello world
</
h1
>
}
Click to go back
Click to go forward
Refresh preview
Open on CodeSandbox