Live version: https://dmitryweb.dev/portfolio/user-management/

To run this application on your local machine, follow the steps below:

Clone this repository to your local machine

git clone https://github.com/DriveSoft/user-management.git

Navigate to the project directory

cd user-management

Install the dependencies:

npm install
npm run dev