Crello is an open-source, web-based, Kanban-style, list-making application, heavily inspired by Trello.
Read the contribution guidelines.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run npm run lint
to run eslint. The project uses eslint and prettier instead of tslint.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory. Use the build:prod
command for a production build.
Run npm run test:watch
to execute the unit tests via Karma in watch mode. Use the test
command to execute the unit tests using a headless version of Chrome. A “headless” browser is a browser that does not have a visual GUI.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.