An open API service indexing awesome lists of open source software.

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:

Awesome Lists containing this project

README

          

# ReactPost [![dependencies Status](https://david-dm.org/AliSawari/ReactPost/status.svg)](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: