Skip to content

themse/simple-auth

Repository files navigation

Basic Auth

Applications

  • Front Page view

  • UI-kit view

  • Mocked Server (Demo solution)

Documentation

Getting Started

Run the project using the following steps:

  • Copy file with environment variables and fill necessary one
cp .env.sample .env.local
  • Generate AUTH_SECRET with command:
openssl rand -base64 32
  • Install all dependencies
pnpm i
  • Start the server
pnpm run dev
pnpm run storybook

Preview

Technologies Used

  • React.js: A popular JavaScript library for building user interfaces.
  • TypeScript: A typed superset of JavaScript that enhances code maintainability and scalability.
  • Next.js: A React framework that enables server-side rendering, static site generation, and other optimizations for efficient web development.
  • TailwindCSS: A utility-first CSS framework that simplifies styling by offering a wide range of pre-defined utility classes.