1 - Clone the project
git clone https://github.com/Mmtza/login-multirole.git2 - Go to the project directory
cd login-multirole3 - Go to the client directory
cd client4 - Install dependencies (NPM recommended)
npm install5 - Create Database ( create db db_login firstly )
6 - Open Terminal in Client and Server, Then Start Dev
cd client
npm run devcd server
node index.js