@redocly/mock-server 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Spins up an HTTP server that mimics a real server adhering to the OpenAPI definition.
|
|
4
|
-
|
|
5
|
-
## Local development
|
|
6
|
-
|
|
7
|
-
To start the server locally in development mode, you just have to:
|
|
8
|
-
|
|
9
|
-
1. `npm install`
|
|
10
|
-
2. `npm start`
|
|
11
|
-
3. The server will start listening the port `8080`
|
|
12
|
-
|
|
13
|
-
You can play with the OpenAPI definition located at [`test/fixtures/large-openapi.json`](test/fixtures/large-openapi.json).
|
|
14
|
-
|
|
15
|
-
## Documentation
|
|
16
|
-
|
|
17
|
-
See documentation in the [docs folder](docs) folder.
|
|
1
|
+
For more details, contact team@redocly.com.
|