This is a modern setup to implement Web-Components with Brunch and Svelte
- Preprocess with SASS
- PostCSS(autoprefixer, csswring)
- Transpiling with babel-preset-env
- JS Optimzation with Closure Compiler
npm i
npm start
- Learn:
public/
dir is fully auto-generated and served by HTTP server. Write your code inapp/
dir.- Place static files you want to be copied from
app/assets/
topublic/
. - Brunch site, Getting started guide