A simple web page example that supports live reloading therefore optimizing development workflow.
To use download the source code, or fork the repository.
Open terminal inside the folder
Run yarn serve
OR npm run serve
;
Remember to install JS depenencies
yarn
(ornpm install
) for the first time
For more about parcel: https://parceljs.org/getting_started.html