Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 242 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 242 Bytes

My Boilerplate

Setup & Dev Mode

  1. Install node
  2. run npm install
  3. run npm install pug-cli -g
  4. run npm start
  5. open http://localhost:8080

Build

  1. run npm run build
  2. html, css, and js will be output to ./public