This Project is created for learning purpose.
This is an attempt to write my own Virtual DOM.
This project is used as a reference to a blog post JS: Create Your Own Virtual DOM #DIY.
- Clone the Repo.
$ git clone https://github.com/maheswaranapk/Minimal-Virtual-DOM
- Install Node dependencies inside Repo Folder
$ npm install
- Run
$ npm start