1. Cloning the repository
git clone [email protected]:BohdanTaran/pm-kanban-tool.git
2. Installing dependencies and starting the application
npm install
npm install json-server
npx json-server db.json
ng serve
The application will be available at http://localhost:4200
- Angular 18
- Angular Material
- Json-server
- Prettier