github

bradtraversy / vanilla-parcel-boilerplate

  • суббота, 18 апреля 2020 г. в 00:20:26
https://github.com/bradtraversy/vanilla-parcel-boilerplate

JavaScript
Simple starter workflow for building vanilla js apps with Parcel



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

Usage

Install dependencies

npm install

Run dev server - http://localhost:3000

npm run dev

Build assets for production

npm run build