/gatsby-starter-i18next-ssr

Gatsby boilerplate to support server-side i18n page generation

Primary LanguageJavaScriptThe UnlicenseUnlicense

Gatsby Starter i18n SSR

Requirements

Features

  • Basic configuration and folder structure for internalization support
  • Server-Side i18n page generation, you end-up with one page per locale.
  • Based off of a gist provided by https://github.com/acewf and adapted to make it work with the latest and greatest.

How to proceed

  1. Run: npm i to install the dependencies
  2. Run: npm run dev to run Gatsby
  3. You should see shortly some text that says The development server is listening at: http://localhost:8000.

How to build

  1. Run: npm run build to build website into /public folder with one page per locale automatically generated.