Skip to content

Commit

Permalink
lite-server added to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paigekelsey committed Apr 3, 2022
1 parent bdfad83 commit a5b2632
Show file tree
Hide file tree
Showing 5 changed files with 3,432 additions and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("your code goes here!");
1 change: 1 addition & 0 deletions app.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("your code goes here!")
13 changes: 13 additions & 0 deletions 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">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Typescript Course</title>
<script src="app.js" defer></script>
</head>
<body>

</body>
</html>
Loading

0 comments on commit a5b2632

Please sign in to comment.