Skip to content

hyunchan-park/Graduation-Hepler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graduation-Hepler

졸업자격 체크리스트

  1. nodejs/npm 설치

apt-get update curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - apt-get install -y nodejs

sudo curl -L https://npmjs.org/install.sh | sh

  1. mongodb 설치 apt-get install mongodb

3.CLONE git clone https://github.com/lee95292/Graduation-Hepler cd Graduation-Hepler/

4.서버 및 클라이언트 패키지 설치.

npm install
cd frontend npm install

5.서버 클라이언트 실행 npm install nodemon -g nodemon &
cd client
npm run start

http://ipaddr:3000/main 접속

About

졸업자격 체크리스트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 84.4%
  • HTML 7.9%
  • CSS 7.7%