All Projects → bradtraversy → Vanilla Parcel Boilerplate

bradtraversy / Vanilla Parcel Boilerplate

Licence: mit
Simple starter workflow for building vanilla js apps with Parcel

Programming Languages

javascript
184084 projects - #8 most used programming language

Vanilla JS Parcel Boilerplate

This is a 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

This project was created in a YouTube tutorial here

Usage

Install dependencies

npm install

Run dev server - http://localhost:3000

npm run dev

Build assets for production

npm run build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].