First, run -
npm install
Then run a development server -
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Now, Enter ID - admin & Password - admin for Authentication.
I'm Using JWT Web Token to make secure Server Side Authentication.