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 | 31 |
Tags
- Source
- context
- import
- Windows
- profile
- bash
- netsh
- web.xml
- 네트워크
- GIT
- JavaScript
- vscode
- 줄바꿈 문자
- plugin
- Eclipse
- Quartz
- resource
- 단축키
- Mac
- port
- VirtualBox
- find
- tomcat
- Windows 10
- maVen
- grep
- lsof
- ssh
- IntelliJ
- xargs
Archives
- Today
- Total
목록Node (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