Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 331 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 331 Bytes

NestJS Localization Demo

This app is a companion to a Phrase blog tutorial where we cover localizing a Nest app with the nestjs-i18n library.

Installation

$ npm install

Running the app

$ npm run start:dev

This final, localized version. For the starter app, check out the start branch.