Build
rm -r mapfor/
nvm use 11
Homologação:
npm run buildHom
Produção:
npm run buildProd
Development:
npm run buildDev
mv build mapfor
Run Locally
nvm use 11
Using homologa api:
npm run startHom
Using production api:
npm run startProd
Using development api:
npm run startDev