Description: Simple Questions List
Frameworks used: umijs and dva
Prerequisites:
- node and npm installed Instructions to run:
- cd pollsApp
- npm i
- npm run start
- open site at localhost:8000
Testing:
- npm run test:e2e:ui
- note: the port is hardcoded in package.scripts, so if 8000 is taken, you may have to change package.json port for e2e to work