Skip to content

acidjazz/skeletor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPA skeletal setup

Note: currently in early development

Usage

  • compile all javascript, css, and html
npm run dev
  • compile all 3 but minified, uglified, with no sourcemaps
npm run prod
  • run browser-sync and host public/ and all its related directories
npm run sync