Starter boilerplate for Native Web.
npm init nativeweb
npm start # Start a development server with live reload, source maps and next-gen CSS & JS.
npm run build # Build for production with a fast, optimized output powered by esbuild.
Native Web 🤳  →  Tiny library for simple web components.
Build 🧱  →  Instantly serve, reload, bundle, optimize and compile.
esbuild  →  Extremely fast bundler and minifier.
PostCSS  →  Transforms styles to the latest CSS specification.
Babel  →  Transforms scripts to the latest JS specification.
Serve  →  Ultralight http server with live reload.