Skip to content

JuanMartinRivas/parcel-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parcel Boilerplate

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.

Installation

Before starting, make sure you have Node and npm installed on your machine.

  1. Clone the repository: git clone [email protected]:JuanMartinRivas/parcel-boilerplate.git
  2. Navigate into the directory: cd parcel-boilerplate
  3. Install the dependencies: npm install

Usage

Development

To start the development server, run the following command:

npm start

This will start the Parcel bundler.

Production

To create a production build, run the following command:

npm run build

This will create a dist directory with the bundled assets.

Dependencies

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.

Contributing

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.

License

MIT © Juan Martín Rivas Lucero Heguy.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published