This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
To log in you can use user: user pass: pass or create your own account
You can also make a build and start the web-app
npm run build
npm run start
# or
yarn build
yarn startTech stack: React Next Typescript Redux Styled Components SVGR Axios ESlint Prettier