Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 814 Bytes

File metadata and controls

52 lines (30 loc) · 814 Bytes

Experiment 000/25 — Parcel vanilla starter

banner

A small Parcel + vanilla JS starter project used for interactive UI experiments.

Demo

Installation

Install dependencies:

npm install

Compile the code for development and start a local server:

npm start

Create the build:

npm run build

Parcel will serve the app (default port 1234). Open http://localhost:1234 in your browser.

Edit the app

  • Entry HTML: app/index.html
  • Styles: app/style.css

Edit those files and Parcel will reload the page automatically.

Dependencies

  • parcel (dev)

These are declared in package.json.

Misc

Follow the author on Twitter

License

MIT