A simple site showcasing all the different font stacks
- HTML Includes - HTML compilation with partial includes and minification
- Servor - A dependency-free dev server for modern web application development
npm install
npm run serve
Open your page on localhost:8080.
npm run build
dist
is destroyed and recreated fromsrc
on each build/serve- Image and binary files will only be copied from
src
todist
on each build/serve (no Watch support) - Files in
src
starting with an_
underscore) will not be copied todist