https://github.com/alisawari/reactpost
A Simple React :electron: Todo App :smiley:
https://github.com/alisawari/reactpost
node nodejs react react-redux react-todo react-todo-app react-todo-list reactive reactjs reacttodo redux todo todoapp todolist
Last synced: 22 days ago
JSON representation
A Simple React :electron: Todo App :smiley:
- Host: GitHub
- URL: https://github.com/alisawari/reactpost
- Owner: AliSawari
- License: mit
- Created: 2018-05-22T23:34:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T21:24:55.000Z (over 7 years ago)
- Last Synced: 2026-01-03T16:28:08.686Z (4 months ago)
- Topics: node, nodejs, react, react-redux, react-todo, react-todo-app, react-todo-list, reactive, reactjs, reacttodo, redux, todo, todoapp, todolist
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactPost [](https://david-dm.org/AliSawari/ReactPost)
**Another simple React Todo App :notebook: :electron:**
## Live Demo
**here is a Live Heroku app : [react-post-app](https://react-post-app.herokuapp.com/)**
_this time with more functionality_ :smiley:
Conside this as VOL2 of My [ReactTodo](https://github.com/AliSawari/ReactTodo)
# Install
`yarn` or `npm i`
## Run
`npm start`
- will build a minified build file
- will start the app on [localhost:3000](http://localhost:3000)
## Dev Run
**In order to run in Development mode:**
`yarn dev` or `npm run dev`
then you can run:
`node .`
_tip: Better run `nodemon .` here_ :+1: