Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 594 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 594 Bytes

QuickVote

This is the demo web app for Team 18 - Real Good Designers. The app is best viewed on mobile. CS160_Poster pptx

Setup

Clone the repo and install the dependencies.

git clone https://github.com/HarRes123/CS160-Project.git
cd CS160-Project
npm install

Run the app locally.

node App.js

Go to http://localhost:3000 in your browser. To simulate a mobile device on Chrome, open developer tools and toggle the device toolbar.