https://github.com/trco/react-voting-app
App #1: Learning React - Fullstack React the Complete Guide to ReactJS and Friends
https://github.com/trco/react-voting-app
Last synced: 8 months ago
JSON representation
App #1: Learning React - Fullstack React the Complete Guide to ReactJS and Friends
- Host: GitHub
- URL: https://github.com/trco/react-voting-app
- Owner: trco
- Created: 2019-03-23T23:26:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T10:32:45.000Z (about 7 years ago)
- Last Synced: 2025-02-24T05:46:51.373Z (over 1 year ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
================
React Voting App
================
App #1: Learning React - Fullstack React the Complete Guide to ReactJS and Friends
To see ``react-voting-app`` in action clone the repository and run it locally::
$ git clone https://github.com/trco/react-voting-app.git
$ cd react-voting-app
$ npm install
$ npm start