Skip to content
Snippets Groups Projects
Select Git revision
  • 65c7bcec60aca6c4e03bbb39db00db72f5fd095b
  • development default protected
  • homologa protected
  • warning_0403
  • master protected
  • barChartFix
  • tutorial_fix
  • issue/722
  • fix_quota
  • paginaSobre
  • issue/631
11 results

mapfor

  • Clone with SSH
  • Clone with HTTPS
  • Miguel Angelo Salerno's avatar
    Miguel Angelo Salerno authored
    Refactor tmp
    
    See merge request !35
    65c7bcec
    History

    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