Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 23 days ago
JSON representation

Full-Stack Redux Tutorial

Awesome Lists containing this project

README

        

## voting-server

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

### Setup and install

Clone and install dependencies:

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

npm install
```

Run the server:

```
npm run start
```

### Testing

```
npm run test
npm run test:watch
```