/butane-project-starter

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

Primary LanguageCSSMIT LicenseMIT

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