Skip to content

uiandwe/webFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webFramework

webFramework

run

node app.js

test

npm test

doc

$ grunt jsdoc:cliet
$ grunt jsdoc:server

폴더 설명

- /app   
    - /assets   : css / image
    - /component: client component (vue.js)
    - /views    : ejs
- /server  
    - /config   : 서버 셋팅 관련
    - /meta     : 설정값 및 각종 코드 / 언어셋
    - /middles  : 미들웨어
    - /model    : 디비모델
    - /routes   : 라우터(api)
    - /utils    : 모델/route에 쓰이는 각종 유틸 모음
- /static   : static 파일 및 업로드 파일 저장소
- /test     : mocha tester 파일


About

webFramework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors