A small Parcel + vanilla JS starter project used for interactive UI experiments.
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.
- Entry HTML:
app/index.html - Styles:
app/style.css
Edit those files and Parcel will reload the page automatically.
- parcel (dev)
These are declared in package.json.
Follow the author on Twitter
