Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```