Skip to content

netzkern/brunch-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brunch+Svelte

This is a modern setup to implement Web-Components with Brunch and Svelte

Batteries included

  • Preprocess with SASS
  • PostCSS(autoprefixer, csswring)
  • Transpiling with babel-preset-env
  • JS Optimzation with Closure Compiler

Installation

npm i

Getting started

npm start
  • Learn:
    • public/ dir is fully auto-generated and served by HTTP server. Write your code in app/ dir.
    • Place static files you want to be copied from app/assets/ to public/.
    • Brunch site, Getting started guide

About

Simpler Build Pipeline for frontend projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published