Skip to content

Commit

Permalink
Merge branch 'NullVoxPopuli-react-starbeam'
Browse files Browse the repository at this point in the history
  • Loading branch information
krausest committed Aug 2, 2022
2 parents e9d388b + f1fd426 commit 637f2be
Show file tree
Hide file tree
Showing 8 changed files with 10,928 additions and 0 deletions.
21 changes: 21 additions & 0 deletions frameworks/keyed/react-starbeam/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"browsers": ["last 1 chrome versions"]
}
}
],
["@babel/preset-react", { "runtime": "automatic"
}]
],
"env": {
"development": {
"presets": [
["@babel/preset-react", { "development": true }]
]
}
}
}
13 changes: 13 additions & 0 deletions frameworks/keyed/react-starbeam/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>React with Starbeam</title>
<link href="/css/currentStyle.css" rel="stylesheet"/>
</head>
<body>
<div id='main'></div>

<script src='dist/main.js'></script>
</body>
</html>
Loading

0 comments on commit 637f2be

Please sign in to comment.