/ssg-server

Primary LanguageTypeScriptMIT LicenseMIT

NestJS Monolithic Boilerplate Application

Development

# 4. Run development server and open http://localhost:4000
npm run start:dev or npm run watch


# 5. Read the documentation linked below for "Setup and development".

Build

To build the App, run

npm run build:prod

And you will see the generated file in dist that ready to be served.

Features

Instant feedback
Enjoy the best DX (Developer eXperience) and code your app at the speed of thought! Your saved changes are reflected instantaneously.
JWT Authentication
Installed and configured JWT authentication.
Next generation Typescript
Always up to date typescript version.
Industry-standard routing
It's natural to want to add pages (e.g. /about`) to your application, and routing makes this possible.
Environment Configuration
development, staging and production environment configurations
Swagger Api Documentation
Already integrated API documentation. To see all available endpoints visit http://localhost:4000/docs
Linter
eslint + prettier = ❤️