This project is a simple front-end application for logging in and watching your active sessions. It goes hand in hand with an API such as Golang Base API
You will need NPM installed on your machine.
💿 Install depandances:
npm install👉 Copy the .env.example file in a new .env.development file.
🏃 Run development application:
npm run dev👉 Copy the .env.example file in a new .env.production file.
🔨 Build production application:
npm run build🏃 Run production application:
npm run start