A sample app to demonstrate i18n & l10n concepts using some popular libraries.
- Node Version Manager (nvm) - allows using different versions of node via the command line
nvm use # use the required version of node
npm ci # install dependencies
npm run dev # run apps and storybook
Open browser windows at the following URLs to see the respective apps:
- http://localhost:3000/: driverless using i18next
- http://localhost:3001/: driverless using formatjs
To build all packages and apps for production, run the following command:
npm ci
npm run build
Removes all build artifacts and performs a clean build.
npm run clean
npm ci
npm run dev