Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 477 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 477 Bytes

Votest App (Web)

Setup on local & development

  • Node.js v8 via nvm
    • $ nvm use v8
  • update .env (using .env.sample sample)
    • set NODE_ENV=development
  • yarn test
  • yarn start:dev

Setup on production

  • yarn test
  • yarn start

Todo(s)

  • fix problem with running app
  • APIService

Team