npm install
In the .env.local file, be sure to include the variable and the Path:Port which your backend is running. For example:
NEXT_PUBLIC_API_BASE_URL=http://localhost:3000
nooro-todo-frontend
├── node_modules/
│ ├── subfolders
├── public/
│ ├── subfolders
├── src/
│ ├── subfolders
├── .env.local <--- This file
├── .gitignore
├── next.config.ts
├── package.json
├── tsconfig.json
├── tailwind.config.js/ts
└── README.md
npm run dev
Open http://localhost:3000 with your browser to see the app.