Go to file
reminec 914f8b07de NextJS + StaticCms (not functional) 2023-03-31 00:13:35 +02:00
data Premiers jets bios 2023-03-30 20:34:05 +02:00
docs/developpement Fix sémantique version -> vues 2023-03-30 14:50:07 +02:00
public NextJS + StaticCms (not functional) 2023-03-31 00:13:35 +02:00
src NextJS + StaticCms (not functional) 2023-03-31 00:13:35 +02:00
.eslintrc.json NextJS + StaticCms (not functional) 2023-03-31 00:13:35 +02:00
.gitignore NextJS + StaticCms (not functional) 2023-03-31 00:13:35 +02:00
LICENSE Initial commit 2023-03-21 22:25:27 +00:00
README.md NextJS + StaticCms (not functional) 2023-03-31 00:13:35 +02:00
config.json NextJS + StaticCms (not functional) 2023-03-31 00:13:35 +02:00
next.config.js NextJS + StaticCms (not functional) 2023-03-31 00:13:35 +02:00
package.json NextJS + StaticCms (not functional) 2023-03-31 00:13:35 +02:00
tsconfig.json NextJS + StaticCms (not functional) 2023-03-31 00:13:35 +02:00
yarn.lock NextJS + StaticCms (not functional) 2023-03-31 00:13:35 +02:00

README.md

hlilo-website

Par où commencer

yarn dev

Ouvrir http://localhost:3000.

Voir aussi

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

En savoir plus

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!