📦 NPM: Guia Definitivo para Nosso Projeto #143418
Unanswered
ronieremarquesjs
asked this question in
npm
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Guia NPM para o Projeto 8links
🎯 Estrutura Atual do Projeto
Nosso projeto inclui:
src/routes/
)src/func/
)src/db/
)public/
)📦 Dependências Sugeridas
Core Dependencies
Dev Dependencies
🛠️ Scripts Recomendados
🔒 Segurança e Configuração
.gitignore Essencial
gitignore
Dependencies
node_modules/
Environment
.env
.env.
!.env.example
Logs
.log
npm-debug.log
Client secrets
client_secret.json
Testing
coverage/
Local
.DS_Store
.env.example
🤝 Contribuição
npm audit
regularmente📚 Recursos Adicionais
💡 Vamos discutir e refinar estas práticas para otimizar nosso workflow!
env
MongoDB
DATABASE_URL=mongodb+srv://:@..mongodb.net
N8N
N8N_URL=<n8n_url>
N8N_WEBHOOK_ID=<webhook_id>
N8N_WEBHOOK_ID_2=<webhook_id_2>
N8N_WEBHOOK_ID_3=<webhook_id_3>
N8N_WEBHOOK_DE_TESTE=
Server
PORT=8080
ALLOWED_API_KEY=<api_key>
URL_SERVER=<server_url>
Apply
Copy
📋 Checklist de Implementação
Setup Inicial
Segurança
Desenvolvimento
🔄 Comandos Úteis para o Projeto
bash
Setup inicial
npm install
Desenvolvimento
npm run dev
Testes
npm test
Gerar sitemap
npm run generate-sitemap
Verificar problemas
npm run lint
Beta Was this translation helpful? Give feedback.
All reactions