Another simple React Todo App 📓 ![]()
here is a Live Heroku app : react-post-app
this time with more functionality 😃
Conside this as VOL2 of My ReactTodo
yarn or npm i
npm start
- will build a minified build file
- will start the app on localhost:3000
In order to run in Development mode:
yarn dev or npm run dev
then you can run:
node .
tip: Better run nodemon . here 👍