beherbergung/frontend/search
Winzlieb - 222a578fbd allow change of default operator in row definition 2022-03-17 15:29:45 +01:00
..
codegen backend: import + serve offers from db 2022-03-15 02:46:34 +01:00
components allow change of default operator in row definition 2022-03-17 15:29:45 +01:00
i18n show i18n table capability 2022-03-11 12:08:08 +01:00
pages frontend hotfix: prevent jumping of table 2022-03-14 16:27:49 +01:00
public provide config for codegen 2022-03-09 17:01:11 +01:00
styles use split pane for separation 2022-03-11 12:08:35 +01:00
.eslintrc.json next project scaffold 2022-03-09 17:01:11 +01:00
.gitignore next project scaffold 2022-03-09 17:01:11 +01:00
README.md next project scaffold 2022-03-09 17:01:11 +01:00
config.ts provide config for codegen 2022-03-09 17:01:11 +01:00
next-env.d.ts next project scaffold 2022-03-09 17:01:11 +01:00
next.config.js next project scaffold 2022-03-09 17:01:11 +01:00
package.json frontend: minimal Login 2022-03-12 14:03:35 +01:00
tsconfig.json next project scaffold 2022-03-09 17:01:11 +01:00
yarn.lock frontend: minimal Login 2022-03-12 14:03:35 +01: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.tsx. 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.ts.

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