This is a simple boilerplate for web development projects using Parcel as a bundler and SASS as a CSS preprocessor. I developed this project overtime while working with Parcel. It helped to get through a lot of Frontend Mentor challenges. It includes some SCSS files which contain basic styles for your project as well as Andy Bell's CSS reset. I hope you find this useful.
Before starting, make sure you have Node and npm installed on your machine.
- Clone the repository:
git clone [email protected]:JuanMartinRivas/parcel-boilerplate.git
- Navigate into the directory:
cd parcel-boilerplate
- Install the dependencies:
npm install
To start the development server, run the following command:
npm start
This will start the Parcel bundler.
To create a production build, run the following command:
npm run build
This will create a dist
directory with the bundled assets.
This project uses the following development dependencies:
- Parcel: A highly performant, zero configuration web application bundler.
- @parcel/transformer-sass: A Parcel plugin to transform SASS files.
Contributions are welcome. Please open up an issue or create PR if you would like to help out.
Note: If editing the README, please conform to the standard-readme specification.
MIT © Juan Martín Rivas Lucero Heguy.