Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iampavangandhi/parceltemplate

📦 Basic workflow starter for building vanilla JavaScript applications using Parcel along with Babel and Sass
https://github.com/iampavangandhi/parceltemplate

babel npm parcel sass vanilla-javascript-applications

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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