Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
survey
Commits
0283bf7a
Commit
0283bf7a
authored
Jun 23, 2022
by
Yoon, Daeki
😅
Browse files
프로젝트 구조 추가
parent
4973796e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0283bf7a
...
...
@@ -45,3 +45,37 @@
```
bash
npm run dev
```
## 프로젝트 구조
디렉토리 구조는 대략 다음과 같습니다.
```
bash
project_directory
+---dist
| +---index.js
| +---app.js
+---frontend
| +---src
| | +---App.tsx
| | +---index.html
| |
\-
--index
.tsx
| +---package-lock.json
| +---package.json
| +---tailwind.config.js
| +---tsconfig.json
| +---webpack.common.js
| +---webpack.dev.js
|
\-
--webpack
.prod.js
+---backend
+---src
| +---index.ts
| +---app.ts
+---.gitignore
+---package.json
\-
--README
.md
```
-
`src`
폴더는 백엔드 코드들이 들어갑니다.
-
`frontend`
폴더는 프론트엔드 코드들이 들어갑니다.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment