Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 507 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 507 Bytes

Nest.js Authorisation with Firebase Auth

This example is part of my blog-post Nest.js Authorisation with Firebase Auth. Please refer to the blog article for a detailed explanation.

Getting Started is Simple

Install dependencies

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod