Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ajax 실습 웹사이트

ajax 실습시 JSON Server 설치(가상 Rest Api)

  • vscode 상단부 -> 터미널 -> 새 터미널
$ mkdir json-virtual-server
$ cd json-virtual-server
$ npm init -y
$ npm install json-server -D
  • package.json에 추가
"scripts": {
    "start": "json-server --watch db.json --port 5000"    
  },
  • json-virtual-server-exam폴더로 가서
  • $ npm start로 서버실행

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages