Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradtraversy/vanilla-parcel-boilerplate
Simple starter workflow for building vanilla js apps with Parcel
https://github.com/bradtraversy/vanilla-parcel-boilerplate
Last synced: 3 days ago
JSON representation
Simple starter workflow for building vanilla js apps with Parcel
- Host: GitHub
- URL: https://github.com/bradtraversy/vanilla-parcel-boilerplate
- Owner: bradtraversy
- License: mit
- Created: 2020-04-14T16:27:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:25:02.000Z (about 2 years ago)
- Last Synced: 2024-05-01T21:08:13.320Z (8 months ago)
- Language: JavaScript
- Size: 341 KB
- Stars: 434
- Watchers: 16
- Forks: 115
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_ai_agents - Vanilla-Parcel-Boilerplate - Simple starter workflow for building vanilla js apps with Parcel (Building / Workflows)
- awesome_ai_agents - Vanilla-Parcel-Boilerplate - Simple starter workflow for building vanilla js apps with Parcel (Building / Workflows)
README
# 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](https://www.youtube.com/watch?v=8rD9amRSOQY&t=1165s)
# Usage
Install dependencies
```
npm install
```Run dev server - http://localhost:3000
```
npm run dev
```Build assets for production
```
npm run build
```