Kanban storyboard app inspired by Trello. Based on the course by Fireship.
Explore the demo »
This project is a Kanban storyboard app inspired by Trello. The developed app is based on the course by Fireship, but changes and additional features have been added to the original implementation.
- Angular
- Firebase
- Husky
- Prettier
- ESLint
- StyleLint
To get a local copy up and running follow these simple steps.
-
npm
npm install npm@latest -g
-
Angular CLI
npm install -g @angular/cli
-
Clone the project
git clone https://github.com/Beomar97/kanban.git
-
Move to the just cloned repository
cd kanban/
-
Install dependencies
npm install
-
Serve the app locally
npm run start
-
The app should now be locally available at
localhost:4200
-
Build automation and deployment was configured automatically with Firebase
-
Triggers
The app will be automatically deployed to Firebase Hosting on merge and PR via GitHub Actions.