Skip to content

Kuzmich100kM/auth-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Authorization server

Includes: JWT Access & Refresh tokens, User Roles, Email activation, Alert Badges

How to use

  • Сlone or download archive to working folder
  • Install npm packages specified in package.json file:

cd server

npm install

cd client

npm install

  • Run to build:

cd client

npm run prod

copy build folder from Client to Server/public

  • Run in the development mode:

cd server

npm run dev

In developer mode, an additional sass-compiler will be launched. It will track your .sass file save and make an automatic compilation.

Technical stacks and libraries used in the development

React, Redux, Axios, react-router-dom@6.0, Sass,

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published