Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 305 Bytes

File metadata and controls

16 lines (11 loc) · 305 Bytes

compile-time

An Angular project following example from https://angular.io/guide/i18n

Build Setup

# install dependencies
npm install

# serve english locale at localhost:4200
npm run start:en

# serve french locale at localhost:4200
npm run start:fr