- Instalar e Executar o Be The Hero Service
- Node.js >= 12
- NPM ou Yarn
npm install
npm run start
- Acesso: http://localhost:3000/
Command + Shift + P: Open Settings e adicionar linhas abaixo:
"emmet.syntaxProfiles": { "javascript": "jsx" },
"emmet.includeLanguages": { "javascript": "javascriptreact" }