이태화

final

Showing 1 changed file with 27 additions and 7 deletions
# Khu Notice
## Khu Notice
<br>
장학센터, 소프트웨어 융합학과, 경희대 홈페이지 등 여기저기 흩어져있는 공지사항을 한 곳에서 모아 볼 수 있는 사이트입니다.<br>
# 사용방법
## 사용방법
<br>
### frontend build
<br>
## frontend build
우선 프론트엔드를 빌드해야 합니다.<br>
```
starting point = /frontend-builder
......@@ -13,8 +18,8 @@ start with "npm install" and "npm run build"
```
빌드된 프론트엔드는 /backend/public 디렉토리에 저장됩니다.<br>
## to start server
### to start server
<br>
이제 서버를 실행시켜야 합니다.
```
starting point = /backend
......@@ -22,6 +27,21 @@ start with "npm install" and "npm run start"
```
## 공지사항을 모아서 보여주는 사이트입니다.
### 사이트 디자인
<br>
<img src= "./siteDesign.PNG">
### built with
<br>
- [vue](https://kr.vuejs.org/v2/guide/index.html)
- [axios](https://github.com/axios/axios)
- [eslint](https://eslint.org/)
- [babel](https://babeljs.io/)
- [crypto](https://www.npmjs.com/package/crypto-js)
- [mysql](https://www.npmjs.com/package/mysql)
- [cheerio](https://github.com/cheeriojs/cheerio)
<img src= "./siteDesign.PNG">
\ No newline at end of file
### licence
<br>
- MIT license
\ No newline at end of file
......