A kitchen sink for building UI apps with NestJS, HTMX, Handlebars, TailwindCSS and few other utensils.
Fork the project, install and start developing.
$ npm install
# development
$ npm run dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov