Study

node.js boiler-plate

nobang 2020. 6. 11. 22:39
728x90

프로젝트 복사

git clone git://github.com/jaewonhimnae/boilerplate-mern-stack.git

프로젝트가 복사되면

cd boilerplate-mern-stack

npm install

install 완료되면

cd client

npm install

----

mongo db 접속 설정

좌측메뉴 : Network Access 에서 ip whitelist 에 ip 추가

ip : 0.0.0.0/0

comment : goorm ide

(이렇게 하지 않으면 접속오류 남)

 

728x90