Skip to content

Commit 789427d

Browse files
committed
Delete all the boilerplate from CRA
1 parent 6a97b40 commit 789427d

File tree

7 files changed

+0
-71
lines changed

7 files changed

+0
-71
lines changed

public/logo192.png

-5.22 KB
Binary file not shown.

public/logo512.png

-9.44 KB
Binary file not shown.

public/robots.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/App.css

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/App.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
import logo from './logo.svg';
2-
import './App.css';
3-
41
function App() {
52
return (
63
<div className="App">
74
<header className="App-header">
8-
<img src={logo} className="App-logo" alt="logo" />
95
<p>
106
Edit <code>src/App.js</code> and save to reload.
117
</p>

src/index.css

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
11
body {
22
margin: 0;
3-
font-family:
4-
-apple-system,
5-
BlinkMacSystemFont,
6-
'Segoe UI',
7-
'Roboto',
8-
'Oxygen',
9-
'Ubuntu',
10-
'Cantarell',
11-
'Fira Sans',
12-
'Droid Sans',
13-
'Helvetica Neue',
14-
sans-serif;
15-
-webkit-font-smoothing: antialiased;
16-
-moz-osx-font-smoothing: grayscale;
17-
}
18-
19-
code {
20-
font-family:
21-
source-code-pro,
22-
Menlo,
23-
Monaco,
24-
Consolas,
25-
'Courier New',
26-
monospace;
273
}

src/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)