Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Шаблон Frontend-приложения на NextJS с встроенной авторизацией

Notifications You must be signed in to change notification settings

hackaton-templates/react-auth-template

Repository files navigation

react-auth-template

Шаблон приложения на NextJS с встроенной авторизацией и регистрацией

⚠ Приложение требует API-сервер, см. необходимую схему в openapi.yaml или онлайн-просмотр

Подходящий шаблон API-сервера на NestJS

Использованные библиотеки:

  • TailwindCSS - UI-фреймворк
  • @shancn/ui - UI-компоненты
  • @mdi/react - Набор иконок Material Design
  • zod - Валидатор форм
  • axios - для работы с API, удобные перехватчики
  • cookies-next - немного упрощает работу с cookie на Next

Getting Started

First, setup environment variables (see .env.example):

NEXT_PUBLIC_API_URL=

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

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.

About

Шаблон Frontend-приложения на NextJS с встроенной авторизацией

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published