An application to create, edit and delete polls that can be answered in real time. In this repository, you'll find the codebase of the web client of the system.
This software is developed as semester project (PRO) at HEIG-VD, academic year 2019/20.
Name | |
---|---|
Matthieu Burguburu (ass. project lead) | matthieu.burguburu@heig-vd.ch |
David Dupraz | david.dupraz@heig-vd.ch |
Clarisse Fleurimont | clarisse.fleurimont@heig-vd.ch |
Alexandre Piveteau (project lead) | alexandre.piveteau@heig-vd.ch |
Guy-Laurent Subri | guy-laurent.subri@heig-vd.ch |
This project uses yarn. Make sure you have at least the version 2.x on your build machine.
To launch the app locally, you need to :
- Clone the repository
- Run
yarn install
at the root of the repo. This will resolve all the required dependencies. - Run
yarn dev
and go to the port indicated in the command line.
To build the production assets of the application, you need to :
- Clone the repository
- Run
yarn install
at the root of the repo. This will resolve all the required dependencies. - Run
yarn build
and go to thedist/
folder.