Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matuzalemsteles/metal-parcel-example

Minimum viable Metal app with Parcel Bundler
https://github.com/matuzalemsteles/metal-parcel-example

metaljs parcel parcel-bundler web-components

Last synced: 12 days ago
JSON representation

Minimum viable Metal app with Parcel Bundler

Awesome Lists containing this project

README

        

# Metal Parcel Example

A minimum viable [Metal](https://metaljs.com) app with [Parcel Bundler](https://parceljs.org/)

**What's inside?**
* `parcel-bundler`
* `metal-jsx`
* `metal-web-component`
* `babel-preset-metal-jsx`

## Getting started

1. Git clone
```
git clone [email protected]:matuzalemsteles/metal-parcel-example.git
```

2. Enter the folder
```
cd metal-parcel-example
```

3. Install local dependencies:
```
npm install
```

4. Start the demo server:
```
npm run start
```

Then open `http://localhost:1234`.

## Building for Production
```
npm run build
```

This will compile your JS and copy your index.html to the **dist** folder.