matuzalemsteles / metal-parcel-example

Minimum viable Metal app with Parcel Bundler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metal Parcel Example

A minimum viable Metal app with Parcel Bundler

What's inside?

  • parcel-bundler
  • metal-jsx
  • metal-web-component
  • babel-preset-metal-jsx

Getting started

  1. Git clone
git clone git@github.com:matuzalemsteles/metal-parcel-example.git
  1. Enter the folder
cd metal-parcel-example
  1. Install local dependencies:
npm install
  1. 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.

About

Minimum viable Metal app with Parcel Bundler

License:Other


Languages

Language:CSS 40.4%Language:HTML 30.2%Language:JavaScript 29.5%