Skip to content

danielleletarte/template-static-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template - Static Site

Template code to get started building a static site bundled with Webpack.

Features

  • Basic Webpack configuration to build/bundle project via app.js
  • Handles of 'Flash of Unstyled Content'
  • Bundles jQuery and CSS
  • Minifies Webpack bundle
  • Transpiles ES6 to ES5 via Babel
  • Watches for changes to files and rebuilds automatically (hot-reloading)

Getting started

  • Clone repo
  • Run npm install
  • Run npm run build to run first build and begin watching for file changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published