Getting started with Parcel.js
The major frontend frameworks(libraries) like Angular, React, Vuejs are pre-configured with a bundler( webpack ) which helps build and bundle your assets/files into a single file and served in the browser. When using vanilla javascript, you can also ...
Jan 2, 20214 min read154
