Skip to content

a tiny polling application for the web and mobile devices.

License

Notifications You must be signed in to change notification settings

androide-osorio/redux-poll-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux Poll Server

Build Status

A super duper simple, embeddable cloud service to create and manage polls across multiple devices with multiple client support, automatic updating, and powerful reporting and sharing capabilities.

Project Requirements

You must have nodeJS installed on you machine or server. You can find instructions on how to install it here. Make sure to have the following packages installed globally:

Software Version Installation
node JS >= 4.5.0 Specific for the OS. More information here
babel >= 6.x npm install -g babel

Project Dependencies

This project uses React technologies for Component-based User Interfaces, combined with the Redux framework for handling application state. The libraries used are:

Front end dependencies

Testing dependencies

Project Setup

Clone this repository in your local machine or server in the location you need:

$ cd /path/to/project
$ git clone https://github.com/androide-osorio/redux-poll-server.git

Install node packages by running:

$ npm install

Start the node application server in the machine with the command:

$ npm start

Alternatively, you can run the application's tests with the commands:

# run the test suite once
$ npm test

# run the tests in watch mode
$ npm run test:watch

Author

made with a lot of <3 by Androide Osorio. 2016.

Based on an excellent tutorial of Full-Stack Redux development published by Tero Parviainen. This is a must-read one. Tero, if you read this, thank you very much for that awesome tutorial 😄

About

a tiny polling application for the web and mobile devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published