Skip to content

Commit

Permalink
chore: prettier 추가, /페이지, 에러페이지 css 구현, bootstrap 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyun1998 committed Jan 16, 2024
1 parent f9b0870 commit 8050a07
Show file tree
Hide file tree
Showing 7,493 changed files with 1,161,455 additions and 254,089 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
13 changes: 13 additions & 0 deletions frontend/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"singleQuote": true,
"semi": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 120,
"parser": "babel",
"bracketSpacing": true,
"arrowParens": "avoid"
}


File renamed without changes.
24 changes: 13 additions & 11 deletions frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ping pong</title>
<link rel="stylesheet" href="input.css" />
<link href="output.css" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ping pong</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jgthms/minireset.css@master/minireset.min.css">
<link rel="stylesheet" href="global.css" />
</head>
<body>
<div id="app"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script type="module" src="main.js"></script>
</body>
</body>
</html>
3 changes: 0 additions & 3 deletions frontend/input.css

This file was deleted.

1 change: 1 addition & 0 deletions frontend/node_modules/.bin/acorn

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

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/cssesc

This file was deleted.

1 change: 1 addition & 0 deletions frontend/node_modules/.bin/eslint

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

1 change: 1 addition & 0 deletions frontend/node_modules/.bin/eslint-config-prettier

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

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/glob

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/jiti

This file was deleted.

1 change: 1 addition & 0 deletions frontend/node_modules/.bin/js-yaml

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

1 change: 1 addition & 0 deletions frontend/node_modules/.bin/json5

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

1 change: 1 addition & 0 deletions frontend/node_modules/.bin/prettier

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

1 change: 1 addition & 0 deletions frontend/node_modules/.bin/rimraf

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

1 change: 1 addition & 0 deletions frontend/node_modules/.bin/semver

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

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/sucrase

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/sucrase-node

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/tailwind

This file was deleted.

1 change: 0 additions & 1 deletion frontend/node_modules/.bin/tailwindcss

This file was deleted.

1 change: 1 addition & 0 deletions frontend/node_modules/.bin/tsc

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

1 change: 1 addition & 0 deletions frontend/node_modules/.bin/tsserver

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

Loading

0 comments on commit 8050a07

Please sign in to comment.