nestjs-redoc
๐ ReDoc frontend for you NestJS swagger API documentation
File Explorer
Download Latest Version (.zip)- .gitkeep
- cat.class.ts
- create-cat.dto.ts
- extra-model.dto.ts
- pagination-query.dto.ts
- tag.dto.ts
- cats.controller.ts
- cats.module.ts
- cats.service.ts
- app.module.ts
- main.ts
- index.ts
- redocDocument.interface.ts
- redocOptions.interface.ts
- index.spec.ts
- index.ts
- options.model.spec.ts
- options.model.ts
- index.spec.ts
- index.ts
- redoc-module.spec.ts
- redoc-module.ts
- redoc.handlebars
- .editorconfig
- .eslintrc.js
- .gitignore
- .huskyrc
- .npmignore
- .prettierignore
- .prettierrc
- commitlint.config.js
- jest.config.js
- LICENSE
- package.json
- README.md
- redoc.png
- tsconfig.build.json
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/ojoanalogo/nestjs-redoc
Downloads the entire project code from GitHub to your computer.
cd nestjs-redoc
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
