Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 287 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 287 Bytes

A Feathers + React real-time voting app

Make sure you have a RethinkDB server running and a feathers database with a submissions table created. After cloning the repository run:

npm install
npm start

The app will be available at localhost:3030.