Skip to content

Commit

Permalink
🎉 initial commit
Browse files Browse the repository at this point in the history
- typescript
- webpack
- vanillaJS
  • Loading branch information
rieulp committed Sep 6, 2022
1 parent f35d169 commit 7b2aec4
Show file tree
Hide file tree
Showing 9 changed files with 10,491 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ dist

# TernJS port file
.tern-port

# compiled js
build
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="ko">
<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" />
<link rel="stylesheet" href="/style.css" />
<title>Coffee Shop</title>
</head>
<body>
<div class="App"></div>
</body>
</html>
Loading

0 comments on commit 7b2aec4

Please sign in to comment.