Demo web app to demonstrate how to configure and use Angular's internationalization tools.
This repo accompanies a tutorial written for web designer magazine
In this tutorial we’re going to show you how to prepare your app for localization so it can be easily used and understood by users in different locales.
The master
branch contains the starting point.
The tutorial
branch contains the completed tutorial. With each step flagged
with a tag. See below for more info.
npm install
- Node 6.9.0 or higher
- npm 3 or higher
Development server
npm start
Create build
npm run build
Each step of the tutorial has been saved as a tag.
Open the Branch dropdown above, switch to the Tags tab and choose the step you want to see.
Made by Daniel Crisp - danielcrisp.com