- Visual Studio Code
- NPM (NodeJs) https://nodejs.org/en/
- Run
npm install
to install dependencies - Run
npm run build
to build frontend
Run npm run start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run build
to build the project. The build artifacts will be stored in the kanban-board-app/dist/
directory.
Run npm run test
to execute the unit tests via Karma.
Run npm run lint
to run linter.
Run npm run format:check
to check all files for format issues.
Run npm run format
to format all files.