Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidvuong/voting-client
- Owner: davidvuong
- Created: 2015-09-26T01:16:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-27T13:33:06.000Z (about 9 years ago)
- Last Synced: 2024-05-30T02:30:27.664Z (5 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-clientnpm install
```Start the development server:
```
webpack-dev-server
```