timqian commited on
Commit
bac7615
β€’
1 Parent(s): 29d1a91
build/asset-manifest.json β†’ asset-manifest.json RENAMED
File without changes
build/index.html DELETED
@@ -1 +0,0 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.c68b74be.js"></script><link href="/static/css/main.073c9b0a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
 
 
build/favicon.ico β†’ favicon.ico RENAMED
File without changes
index.html CHANGED
@@ -1,25 +1 @@
1
- <svg class="line-chart"></svg>
2
- <script src="https://cdn.jsdelivr.net/npm/chart.xkcd@1.1/dist/chart.xkcd.min.js"></script>
3
- <script>
4
- const svg = document.querySelector('.line-chart')
5
-
6
- const lineChart = new chartXkcd.Line(svg, {
7
- title: 'test', // optional
8
- xLabel: 'Month', // optional
9
- yLabel: '$ Dollors', // optional
10
- data: {
11
- labels: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10'],
12
- datasets: [{
13
- label: 'Plan',
14
- data: [30, 70, 200, 300, 500, 800, 1500, 2900, 5000, 8000],
15
- }, {
16
- label: 'Reality',
17
- data: [0, 1, 30, 70, 80, 100, 50, 80, 40, 150],
18
- }],
19
- },
20
- options: { // optional
21
- yTickCount: 3,
22
- legendPosition: chartXkcd.config.positionType.upLeft
23
- }
24
- });
25
- </script>
 
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.c68b74be.js"></script><link href="/static/css/main.073c9b0a.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
build/logo192.png β†’ logo192.png RENAMED
File without changes
build/logo512.png β†’ logo512.png RENAMED
File without changes
build/manifest.json β†’ manifest.json RENAMED
File without changes
package.json CHANGED
@@ -13,7 +13,7 @@
13
  },
14
  "scripts": {
15
  "start": "react-scripts start",
16
- "build": "react-scripts build",
17
  "test": "react-scripts test",
18
  "eject": "react-scripts eject"
19
  },
 
13
  },
14
  "scripts": {
15
  "start": "react-scripts start",
16
+ "build": "react-scripts build && mv build/* ./",
17
  "test": "react-scripts test",
18
  "eject": "react-scripts eject"
19
  },
build/robots.txt β†’ robots.txt RENAMED
File without changes
{build/static β†’ static}/css/main.073c9b0a.css RENAMED
File without changes
{build/static β†’ static}/css/main.073c9b0a.css.map RENAMED
File without changes
{build/static β†’ static}/js/787.0bfccc2a.chunk.js RENAMED
File without changes
{build/static β†’ static}/js/787.0bfccc2a.chunk.js.map RENAMED
File without changes
{build/static β†’ static}/js/main.c68b74be.js RENAMED
File without changes
{build/static β†’ static}/js/main.c68b74be.js.LICENSE.txt RENAMED
File without changes
{build/static β†’ static}/js/main.c68b74be.js.map RENAMED
File without changes
{build/static β†’ static}/media/logo.6ce24c58023cc2f8fd88fe9d219db6c6.svg RENAMED
File without changes