https://github.com/arjunu/tada-todo
A todo tasks React Redux web application
https://github.com/arjunu/tada-todo
Last synced: about 2 months ago
JSON representation
A todo tasks React Redux web application
- Host: GitHub
- URL: https://github.com/arjunu/tada-todo
- Owner: arjunu
- Created: 2015-11-18T09:52:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T10:16:37.000Z (over 10 years ago)
- Last Synced: 2025-01-20T16:42:49.011Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tada-todo
A todo tasks web application made using React JS, Redux, Babel, Webpack and React Hot Loader.
## Running it
- In the root folder, run:
```javascript
npm install
node server
```
- Go to localhost:5000