loteoo / html-site-starter

Raw HTML + Parcel site starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanilla parcel starter

🚀 Quick start:

Click here to use this template, or run these commands:

# Clone project
git clone https://github.com/loteoo/site-starter.git

cd site-starter

npm install         # Install dependencies
npm start           # Dev server + live reload
npm run build   # Build for production and generate service worker

Or use a .zip download

Features

  • Uses Parcel for compilation, dev server and hot module reloading. (It's blazing fast, easy to use and reliable)
  • Works offline out of the box using workbox to generate service workers and precache application files
  • PWA/SPA ready with a default web app manifest
  • Sane CSS defaults using sanitize.css, a best-practices CSS reset
  • Uses the Standard JavaScript style guide with eslint

About

Raw HTML + Parcel site starter


Languages

Language:HTML 60.8%Language:CSS 22.4%Language:JavaScript 16.7%