MylesBorins / start-here

This is where I start when I wanna make a quick static site

Home Page:https://mylesborins.github.io/start-here

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start Here

quickly make a static website!

Dev

$ npm run dev
  • uses serve to make /public available on localhost

Prod

$ npm run build
  • compress CSS with postcss
  • compress JS with terser
  • compress HTML with html-minifier
  • copy images (TODO compress those too)
  • all compressed assets found in /dist
$ npm start
  • build project
  • uses serve to make /public available on localhost

Testing

$ npm test

Run eslint

License

Apache 2.0

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

This is where I start when I wanna make a quick static site

https://mylesborins.github.io/start-here

License:Apache License 2.0


Languages

Language:HTML 59.7%Language:JavaScript 25.7%Language:CSS 14.6%