This is a Next.js project bootstrapped with create-next-app
.
-
this project requires version of node.js higher than 20, you can use NVM to switch between versions
-
add a .env.local file to the root folder of the project with this structure
BACKEND_BASE_URL =
API_SESSION =
API_TOKEN =
- install the dependencies
npm i
- run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
- Next.js as a frontend framework
- TypeScript as a static type checker
- Redux Toolkit as a state manager
- MUI as a UI kit
- Prettier and ESlint for code quality control