Skip to content

Commit

Permalink
First Commit and Run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
karttofer committed Aug 29, 2019
0 parents commit 1b2b3e3
Show file tree
Hide file tree
Showing 39 changed files with 40,356 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["@babel/plugin-proposal-class-properties"]
}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Quite node modules
/node_modules
/.cache
/dists
Empty file added README.MD
Empty file.
14 changes: 14 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>DraftEditor</title>
<link rel="stylesheet" href="">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/src.7ed060e2.css"></head>
<body>
<div id="root"></div>
<script src="/src.7ed060e2.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>
312 changes: 312 additions & 0 deletions dist/src.7ed060e2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/src.7ed060e2.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b2b3e3

Please sign in to comment.