Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidvuong/voting-client

Full-Stack Redux Tutorial
https://github.com/davidvuong/voting-client

Last synced: 23 days ago
JSON representation

Full-Stack Redux Tutorial

Awesome Lists containing this project

README

        

## voting-client

This repository contains the client-side code written based on this [tutorial](http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html). You can find the corresponding server-side code [here](https://github.com/davidvuong/voting-server).

### Setup and install

Clone and install dependencies:

```
git clone [email protected]:davidvuong/voting-client.git
cd voting-client

npm install
```

Start the development server:

```
webpack-dev-server
```