@redocly/mock-server
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@redocly/mock-server", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Redocly Mock server", | ||
@@ -5,0 +5,0 @@ "author": "team@redocly.com", |
@@ -1,17 +0,1 @@ | ||
# Redocly Mock Server | ||
Spins up an HTTP server that mimics a real server adhering to the OpenAPI definition. | ||
## Local development | ||
To start the server locally in development mode, you just have to: | ||
1. `npm install` | ||
2. `npm start` | ||
3. The server will start listening the port `8080` | ||
You can play with the OpenAPI definition located at [`test/fixtures/large-openapi.json`](test/fixtures/large-openapi.json). | ||
## Documentation | ||
See documentation in the [docs folder](docs) folder. | ||
For more details, contact team@redocly.com. |
1085960
2