chore: initialize tech log frontend
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
# Clean Architecture Frontend Template
|
# Tech Log Frontend
|
||||||
|
|
||||||
|
Initialized from `clean-architecture-frontend-template` revision
|
||||||
|
`4dc033cf33a5b6173bbf960d5eb464a406dc4c92`. The exact source identity is
|
||||||
|
recorded in `template.lock.json`.
|
||||||
|
|
||||||
A React/Vite reference implementation where architecture boundaries,
|
A React/Vite reference implementation where architecture boundaries,
|
||||||
integration behavior, release coherence, accessibility, performance, and
|
integration behavior, release coherence, accessibility, performance, and
|
||||||
|
|||||||
+2
-2
@@ -3,8 +3,8 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="description" content="Clean Architecture frontend template" />
|
<meta name="description" content="Tech Log frontend" />
|
||||||
<title>Clean Architecture Frontend</title>
|
<title>Tech Log</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "clean-architecture-frontend-template",
|
"name": "tech-log-frontend",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"schemaVersion": 1,
|
||||||
|
"template": "clean-architecture-frontend-template",
|
||||||
|
"sourceRepository": "https://git.learn.hyeonworks.com/donghyeon.kang/clean-architecture-frontend-template",
|
||||||
|
"sourceRevision": "4dc033cf33a5b6173bbf960d5eb464a406dc4c92",
|
||||||
|
"sourceTree": "16121a89a270dc45801a8c0f6aa4baab61b6c359",
|
||||||
|
"materialization": "tracked-snapshot"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user