https://github.com/cerjs/mock-server
Mock-server is a Node.js web system for mock data.
https://github.com/cerjs/mock-server
Last synced: 10 months ago
JSON representation
Mock-server is a Node.js web system for mock data.
- Host: GitHub
- URL: https://github.com/cerjs/mock-server
- Owner: cerjs
- Created: 2017-12-01T06:00:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T06:30:55.000Z (over 8 years ago)
- Last Synced: 2025-08-17T00:28:52.288Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mock-server is a Node.js web system for mock data.
## Features
- Supports [Mockjs](http://mockjs.com/)
- Supports ajax and jsonp
- Supports custom domain
## Install dependencies
```
npm install
```
- gulp
- gulp-connect
- mockjs
## Start server
```
gulp
```
## Document
```
- change your hosts
example:127.0.0.1 yourdomain
```