Skip to content

Commit

Permalink
Step 7: Optimizing for Production
Browse files Browse the repository at this point in the history
  • Loading branch information
gzm0 authored and OndrejSpanel committed Mar 24, 2024
1 parent 11cea4e commit 88c4bdb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scalajs-tutorial.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>The Scala.js Tutorial</title>
</head>
<body>
<!-- Include Scala.js compiled code -->
<script type="text/javascript" src="./target/scala-2.13/scala-js-tutorial-opt/main.js"></script>
</body>
</html>

0 comments on commit 88c4bdb

Please sign in to comment.