/i18n-l10n

Primary LanguageTypeScript

i18n & l10n (Internationalization and Localization)

This repo represents the demo for one of my talks.

Demo

You can view a published demo of this repo.

# install dependencies
npm i

# run development server
npm start

# build to publish
npm run build

NOTE: This project was bootstrapped with Create React App.