Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

alexcarpenter/butane-project-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

butane-project-starter

A front-end development workflow and project organization for modern web development.

Getting started

$ git clone --recursive git@github.com:alexcarpenter/butane-project-starter.git [PROJECT-NAME]
$ cd [PROJECT-NAME]
$ npm install
$ npm start

Available commands

  • npm start - Watches files for changes and starts development server.
  • npm run build - Builds production ready files.
  • npm run styles:lint - Runs custom stylelint configuration on stylesheets.
  • npm run scripts:lint - Runs standard.js formatting on javascripts.
  • npm run lint - Runs both styles:lint and scripts:lint.

Butane Javascript packages

  • Accordion - npm install butane-accordion --save-dev
  • Dialog - npm install butane-dialog --save-dev
  • Dropdown - npm install butane-dropdown --save-dev
  • Sidenav - npm install butane-sidenav --save-dev
  • Tabs - npm install butane-tabs --save-dev

License

MIT. © 2017 Alex Carpenter

About

🛠 A front-end development workflow and project organization for modern web development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published