Initial client setup
This commit is contained in:
BIN
client/src/favicon.png
Normal file
BIN
client/src/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
11
client/src/index.html
Normal file
11
client/src/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<title>Jira Clone</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
5
client/src/index.jsx
Normal file
5
client/src/index.jsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
|
||||
import ReactDOM from 'react-dom';
|
||||
|
||||
ReactDOM.render(<h1>YOOOOOOOOOO</h1>, document.getElementById('root'));
|
||||
Reference in New Issue
Block a user