Skip to content

Latest commit

 

History

History
85 lines (56 loc) · 1.77 KB

README.md

File metadata and controls

85 lines (56 loc) · 1.77 KB

Auth

User authentication and authorization server

Overview

Auth is a robust user authentication and authorization server built with Express.js and React. It utilizes server-side rendering (SSR) for optimized performance.

Features

  • User authentication and authorization
  • Server-side rendering (SSR) for optimized performance
  • Built with Express.js and React

Technology Stack

  • Express.js: Node.js web framework
  • React: JavaScript library for building user interfaces
  • Server-side rendering (SSR): Rendering React components on the server
  • pnpm: Package manager for efficient package installation

Installation

To install the project dependencies, run the following command:

pnpm install

Usage

Developemnt

To start the development server, run the following command:

pnpm dev

Building

To build the project for production, run the following command:

pnpm build

This will build both the client and server sides of the application.

Production

To start the production server, run the following command:

pnpm preview

Cleaning

To remove the dist directory, run the following command:

pnpm clean

Api Documentation

Auth api's doc

Live Demo

Auth-ssr live demo