Skip to content

AliSawari/ReactPost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactPost dependencies Status

Another simple React Todo App 📓 :electron:

Live Demo

here is a Live Heroku app : react-post-app

this time with more functionality 😃

Conside this as VOL2 of My ReactTodo

Install

yarn or npm i

Run

npm start

  • will build a minified build file
  • will start the app on 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 👍