Skip to content

undefined-desiign/js-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

starter repo

Topics

Resources

License

Stars

Watchers

Forks