This program is used to host questions to participant. Participants are able to download a list of questions and flip through the pages, similar to flip-board. All these are enabled thanks to the library developed by react-flip-page.
- Webpack
- Typescript
- React
- React-flip-page
- Service Worker
Install nodejs. Execute the followings:
- npm install
- gulp
- Codes will be generated in dist/
As because the program runs as PWA, it must be disabled for development purposes. To run in development, these are the things to do.
- Remove tag in src/components/Page.tsx.
- In browser, open console and unregister the Service worker if exist. In chrome, Application -> Service Worker -> Unregister
- Execute in command prompt
webpack-dev-server