Skip to content

Minimum viable Metal app with Parcel Bundler

License

Notifications You must be signed in to change notification settings

matuzalemsteles/metal-parcel-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published