Git Product home page Git Product logo

parcel-sass-bootstrap-boilerplate's Introduction

parcel-sass-bootstrap-boilerplate

gulp Bootstrap node-sass jQuery livereload

SASS ยท Babel ยท Bootstrap ยท Parcel.JS ยท JQuery ยท Popper.JS

๐Ÿ™‹โ€โ™‚๏ธ Made by @abhijithvijayan

Donate: PayPal, Patreon

Buy Me a Coffee


logo

This Parcel-Sass-bootstrap starter contains the features and scripts you need to get started quickly with Parcel bundler.

It contains the following features:

  • ParcelJs
  • Babel ES6 Compiler
  • Bootstrap v4
  • JQuery v3.3.1
  • PopperJS
  • Concatenate and minify JavaScript.
  • Compile, minify, autoprefix SASS.
  • Hot-Reloading
  • Optimize and Cache Images

Getting Started

Dependencies

Make sure these are installed first.

Quick Start

  1. Clone the repo :

    git clone https://github.com/abhijithvijayan/parcel-sass-bootstrap-boilerplate.git

  2. In bash/terminal/command line, cd parcel-sass-bootstrap-boilerplate into project directory.

  3. Run npm install to install required files and dependencies.

  4. Launch the development environment with :

    npm run dev

Note: For Production, Use:

npm run build

This will build files and assets to dist/ directory.


Documentation

Workflow structure

src - > source directory

.
โ”œโ”€โ”€ src
โ”‚   โ”œโ”€โ”€ assets
โ”‚   โ”‚   โ””โ”€โ”€ trollHuntersArcadia.png
โ”‚   โ”œโ”€โ”€ sass
โ”‚   โ”‚   โ”œโ”€โ”€ _fonts.scss
โ”‚   โ”‚   โ”œโ”€โ”€ _reset.scss
โ”‚   โ”‚   โ”œโ”€โ”€ _variables.scss
โ”‚   โ”‚   โ””โ”€โ”€ main.scss
โ”‚   โ”œโ”€โ”€ index.js
โ”‚   โ””โ”€โ”€ index.html
.

Instructions

  • Add your HTML files by inserting or including them in the src directory (By default index.html is added to the directory, feel free to edit it with the changes seen live.)

    • For the new HTML file(s), link the index.js (in body tag) file in the HTML files as they are created.

      <head>
          :
          <link href="sass/main.scss" rel="stylesheet" />
      
      </head>
      <body>
          :
          <script src="index.js"></script>
      </body>
      
  • Add sass(SCSS) files to src/sass folder.

    • Make sure you import the scss file in main.scss
      @import "filename";
      
  • Add images to src/assets folder.

Licence

Code released under the MIT License

parcel-sass-bootstrap-boilerplate's People

Contributors

abhijithvijayan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.