React hello world.

This commit is contained in:
Tom Alexander
2024-01-21 17:54:00 -05:00
parent 3c19a105b1
commit b232c8d7da
8 changed files with 7120 additions and 3 deletions

3
.babelrc Normal file
View File

@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"]
}