Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 661 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 661 Bytes

react-todo

To-do list with multiple options/editions created using ReactJS. ParcelJS is used as bundler to compile JSX/Babel in development and send it to production.

Alt text

Ensure you have ParcelJS installed globally in your computer.

npm install -g parcel-bundler

Download the master branch and from the terminal inside of the folder, run npm install to place the node_modules in your project.

To develop:

npm start

To build

npm run build

Demo in:

https://playground.uonsite.nl/react/todo-list/index.html