Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidvuong/voting-server
- Owner: davidvuong
- Created: 2015-09-21T00:12:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-26T03:00:45.000Z (about 9 years ago)
- Last Synced: 2024-05-30T02:30:27.812Z (5 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-servernpm install
```Run the server:
```
npm run start
```### Testing
```
npm run test
npm run test:watch
```