Generateurv2/frontend
Kilton937342 d41d41596d te 2022-08-02 14:17:14 +02:00
..
.vscode first commit 2022-05-18 10:15:54 +02:00
apis te 2022-08-02 14:17:14 +02:00
components corrections 2022-07-02 17:48:50 +02:00
context te 2022-08-02 14:14:55 +02:00
hooks first commit 2022-05-18 10:15:54 +02:00
pages remove abusive log 2022-06-24 20:02:56 +02:00
public first commit 2022-05-18 10:15:54 +02:00
requests ajout des room, plus qu'à test 2022-06-24 13:42:16 +02:00
services first commit 2022-05-18 10:15:54 +02:00
styles ajout des room, plus qu'à test 2022-06-24 13:42:16 +02:00
utils ajout des room, plus qu'à test 2022-06-24 13:42:16 +02:00
.babelrc first commit 2022-05-18 10:15:54 +02:00
.env corrections 2022-07-02 17:48:50 +02:00
.env.production te 2022-08-02 14:17:14 +02:00
.eslintrc.json first commit 2022-05-18 10:15:54 +02:00
.gitignore first commit 2022-05-18 10:15:54 +02:00
README.md first commit 2022-05-18 10:15:54 +02:00
next-env.d.ts first commit 2022-05-18 10:15:54 +02:00
next.config.js first commit 2022-05-18 10:15:54 +02:00
package-lock.json yy 2022-06-24 20:11:29 +02:00
package.json yy 2022-06-24 20:11:29 +02:00
server.js first commit 2022-05-18 10:15:54 +02:00
tsconfig.json first commit 2022-05-18 10:15:54 +02:00

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

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

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

Learn More

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!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.