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 | 29 | 30 |
Tags
- netsh
- grep
- bash
- GIT
- 줄바꿈 문자
- JavaScript
- plugin
- xargs
- 단축키
- tomcat
- VirtualBox
- 네트워크
- context
- ssh
- Quartz
- maVen
- lsof
- Eclipse
- resource
- Windows 10
- web.xml
- IntelliJ
- vscode
- Windows
- find
- Mac
- port
- profile
- Source
- import
Archives
- Today
- Total
목록NPM (1)
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 proje..
카테고리 없음
2022. 3. 19. 23:37