practica icon indicating copy to clipboard operation
practica copied to clipboard

Node.js solution starter boilerplate that is production-ready, packed with ✅ best practices and built with simplicity in mind

Results 172 practica issues
Sort by recently updated
recently updated
newest added

What I do? ``` mkdir demo-practica cd demo-practica git init . # To avoid "Command failed: npx turbo run build" due to missing .git and speedup install npx @practica/create-node-app immediate...

Replace npm linking with actual private npm registry for our CLI e2e testing. This has a couple of advantages: 1. Not using linking which can have problems (if wanted I...

**Need -** It could be great to show an example app immediately in our repo without the need to use the CLI. For this, in every CI run, we can...

enhancement
needed-now

Triggering a discussion about Monorepo tools

decision

Telemetry data improve customer experiences and monitors security, application health, quality, and performance.

enhancement

when running `create-node-app` it generate `practica-jwt-token-verifier-0.0.1-alpha.5.tgz` inside `libraries/jwt-token-verifier/`

needs-more-info

**🎯 Goal:** - What can be improved in Practica in terms of developer experience? Develop some simple backend up (e.g, to-do application), generate skeleton code with practica and try to...

good first issue
3-hours-or-less
needed-now

See here: https://github.com/practicajs/practica/blob/main/docs/docs/decisions/configuration-library.md We should find a path that works for both Docusaurus & GitHub view

bug
needed-now

Images are not displayed properly when dark mode is used, fortunately, GitHub added support for light/dark based images. It's available by using the `prefers-color-scheme` in the picture element. More info...

good first issue
needed-now