Template minimal avec Next.js qui intègre les recommandations tech beta.gouv.fr.
⚠️ Le Système de Design de l'État s'adresse uniquement aux développeurs et aux concepteurs, qu'ils soient agents publics ou prestataires pour des sites Internet de l'État (Ministères, Administrations centrales, Préfectures, Ambassades, etc.). cf conditions d'utilisation.
👉 Démo: https://betagouv.github.io/template-nextjs
Après avoir cloné le projet :
yarn # to install dependencies
yarn dev # to run in dev mode
Point your browser to http://127.0.0.1:3000/template and start playing.
# run unit tests with vitest
yarn test
# build, serve and launch playwright interactive end-to-end tests
yarn e2e --ui
# run storybook
yarn storybook
projet | description |
---|---|
inclusion-numerique/stack | Stack DSFR + Next.js + OIDC |
InseeFrLab/vite-insee-starter | Starter SPA Vite + DSFR + OIDC |
betagouv/rails-template | Template DSFR pour Ruby on Rails |
betagouv/django-template | Template DSFR pour Django |
codegouvfr/eleventy-dsfr | Template DSFR pour eleventy |
codegouvfr/docsify-dsfr-template | Template DSFR pour docsify |
sneko/dsfr-connect | Themes DSFR pour bootstrap, vuetify, mui, infima, emails... |
laruiss/create-vue-dsfr | Un starter Vue.js + Nuxt3 + DSFR |
socialgouv/template | Version initiale de ce template |