Skip to content

πŸ“¦ Brunch boilerplate with ES6, Autoprefixer and SASS

Notifications You must be signed in to change notification settings

kamilpiskorski/brunch-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

brunch-starter-kit

Starter Kit based on Brunch for work with ES6, Autoprefixer and SASS

Setup

# install dependencies
npm install

# start auto reload server
npm start

# build for production
npm run build

Folder structure

.
β”œβ”€β”€ dist                        # Compiled files
└── src                         # Source files
     β”œβ”€β”€ assets
     β”‚   β”œβ”€β”€ favicons
     β”‚   β”œβ”€β”€ images
     β”‚   β”œβ”€β”€ index.html
     β”‚   β”œβ”€β”€ robot.txt
     β”‚   └── site.webmanifest
     β”œβ”€β”€ scripts
     β”‚   └── app.js
     └── styles
         └── app.scss

About

πŸ“¦ Brunch boilerplate with ES6, Autoprefixer and SASS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published