UNPKG

create-nxtstart-app

Version:

Nxtstart is an easy to use, interactive CLI tool to bootstrap your next web-based project. The template is aimed at students to get an easy access to web development with example implementations. It is also useful for experts to speed up prototyping.

8 lines (6 loc) 121 B
const i18nConfig = { locales: ['en', 'de'], defaultLocale: 'en', prefixDefault: true, } export default i18nConfig