practica
practica copied to clipboard
Node.js solution starter boilerplate that is production-ready, packed with ✅ best practices and built with simplicity in mind
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...
Telemetry data improve customer experiences and monitors security, application health, quality, and performance.
when running `create-node-app` it generate `practica-jwt-token-verifier-0.0.1-alpha.5.tgz` inside `libraries/jwt-token-verifier/`
**🎯 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...
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
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...