Skip to content

Latest commit

 

History

History
executable file
·
35 lines (13 loc) · 708 Bytes

README.md

File metadata and controls

executable file
·
35 lines (13 loc) · 708 Bytes

Scaledrone powered realtime voting system

In this project, We built a voting system where users can vote for their favorite football players and see their votes and that of other users in realtime.

Get Started

Clone the project

by running this command:

git clone https://github.com/Kennypee/scaledrone-demo 

Install

Install the project dependencies by running this command:

npm install 

Start the project

Start the project development server by running this command:

npm start