Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- netsh
- ssh
- VirtualBox
- maVen
- web.xml
- GIT
- tomcat
- port
- context
- Quartz
- vscode
- xargs
- 줄바꿈 문자
- Source
- 단축키
- Windows
- 네트워크
- IntelliJ
- JavaScript
- bash
- profile
- lsof
- resource
- Mac
- find
- plugin
- Windows 10
- Eclipse
- import
- grep
Archives
- Today
- Total
develog
[npm] json-server 본문
## json-server 설치
$ npm install json-server
## data/db.json 파일을 rest api 로 서비스
$ json-server --watch data/db.json --port 3000
https://www.npmjs.com/package/json-server
json-server
Get a full fake REST API with zero coding in less than 30 seconds. Latest version: 0.17.0, last published: 5 months ago. Start using json-server in your project by running `npm i json-server`. There are 262 other projects in the npm registry using json-ser
www.npmjs.com
Comments