How to Build
Run Auth Server Project
Enter auth-server folder
cd auth-server
Install all dependencies with
npm install
Run
npm run dev
to start the Auth Server
Last updated
Enter auth-server folder cd auth-server
Install all dependencies with npm install
Run npm run dev
to start the Auth Server
Last updated