iampavangandhi / ParcelTemplate

📦 Basic workflow starter for building vanilla JavaScript applications using Parcel along with Babel and Sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ParcelTemplate

This is a basic starter workflow for building vanilla JavaScript applications using Parcel along with Babel and Sass.

There is some sample code (Header and User components) and styling, but feel free to remove them.

Usage

Install dependencies

npm install

Run dev server - http://localhost:3000

npm run dev

Build assets for production

npm run build

About

📦 Basic workflow starter for building vanilla JavaScript applications using Parcel along with Babel and Sass

License:MIT License


Languages

Language:JavaScript 45.2%Language:SCSS 36.6%Language:HTML 18.2%