Boilerplate with Parcel.js, Sass, Babel & Bootstrap
The Parcel-Sass-bootstrap starter is a development template that contains all the necessary features and scripts to quickly start a project using the Parcel bundler. It includes popular libraries and tools such as ParcelJs, Babel ES6 Compiler, Bootstrap v4, jQuery v3.3.1, and PopperJS. With this starter, users can easily concatenate and minify JavaScript, compile and minify SASS with autoprefixing, optimize and cache images, and utilize hot-reloading for efficient development.
To install the Parcel-Sass-bootstrap starter, follow these steps:
npm install -g parcel-bundlergit clone https://github.com/abhijithvijayan/parcel-sass-bootstrap-boilerplate.gitcd parcel-sass-bootstrap-boilerplatenpm installnpm run devFor production use, build the files and assets to the dist/ directory by running: npm run build
The Parcel-Sass-bootstrap starter provides developers with a feature-rich template for quickly starting a project using the Parcel bundler. With its pre-configured setup and inclusion of popular libraries and tools like Bootstrap and jQuery, developers can efficiently build responsive websites and web applications. The starter also includes features like hot-reloading for instant code changes, image optimization, and SASS compilation. By following the installation guide, developers can easily set up and start using the Parcel-Sass-bootstrap starter for their projects.