Created
June 30, 2018 05:35
-
-
Save qwertie/28f504f56ff427a7d459f04039127bab to your computer and use it in GitHub Desktop.
index.html for Parcel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>App</title> | |
| <meta charset="utf-8"/> | |
| </head> | |
| <body> | |
| <h1>Mini React app ❤</h1> | |
| <div id="app"></div> | |
| <script src="app.tsx"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment