jh3y / parcel-boilerplate

a boilerplate for using Parcel JS :sunglasses:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Parcel JS boilerplate

a boilerplate for using Parcel JS for front-end development!

  • Markup compilation
  • Stylesheet compilation
  • Script compilation
  • Source linting
  • Static server with automatic live reload/style injection

Gets you up and running with Parcel JS quickly! πŸƒ

Currently the boilerplate makes use of pug, stylus and es6/babel. But these could easily be swapped out/removed based on your requirements.

The idea is that you will fork your own version and adapt it to fit your requirements πŸ‘

Usage

As a prerequisite it's assumed you have npm/yarn installed and the gulp-cli.

  1. Clone the repo

     git clone https://github.com/jh3y/parcel-boilerplate.git
    
  2. Install dependencies

     npm install / yarn
    
  3. Start

     make develop
    

Tasks

The boilerplate makes uses of a self-documented Makefile. You can see all available tasks with make 😎

License

MIT


Any problems or questions, feel free to post an issue or tweet me, @_jh3y!

@jh3y 2018 πŸ˜„

About

a boilerplate for using Parcel JS :sunglasses:


Languages

Language:HTML 41.9%Language:Makefile 26.6%Language:CSS 21.5%Language:JavaScript 10.0%