Skip to content

Instantly share code, notes, and snippets.

@OtayNacef
Last active March 4, 2021 09:01
Show Gist options
  • Save OtayNacef/79fe992306451c20f325727cef13a898 to your computer and use it in GitHub Desktop.
Save OtayNacef/79fe992306451c20f325727cef13a898 to your computer and use it in GitHub Desktop.
import React from 'react'
const App = () => {
return (
<h1>
Create React App Without CRA ☘️
</h1>
)
}
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment