##Getting Started
Before we get started, you need to install Node and npm.
Then, install dependencies as follow:
npm install
npm install parcel --global
You can use Parcel to run demo:
parcel index.html
Then, connect to localhost with port 1234
http://localhost:1234
Event is triggered by click.