Skip to content
This repository has been archived by the owner on Nov 18, 2018. It is now read-only.
/ parcel-starter Public archive

Simple front-end boilerplate and JS bundler with Parcel, Babel and css preprocessing with Sass.

Notifications You must be signed in to change notification settings

sundowndev/parcel-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's inside ?

Parcel + Babel (ES6+) + SASS = 🔥

Simple front-end boilerplate and Javascript bundlers with Parcel and CSS preprocessing with Sass.

Installation

Clone the repository

$ git clone https://github.com/SundownDEV/front-end-starter.git

Install dependencies and run the start script (parcel)

$ npm install
$ npm start OR parcel index.html

Open the project url http://localhost:1234/

Overview

Directory structure

    |-- index.html
    |-- app.js // Main application bundler
    |-- .postcssrc // Parcel configuration
    |-- src
        |-- scss
            |-- common.scss
        |-- js
            |-- [...]

About

Simple front-end boilerplate and JS bundler with Parcel, Babel and css preprocessing with Sass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published