charlestati / seaweed

Fast front-end workflow boilerplate (Sass, ES6, Babel, Browsersync…)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seaweed

Overview

Seaweed is a workflow boilerplate for front-end web development based on Web Starter Kit

Seaweed

What's different?

  • Use Pug for HTML templating
  • Use JavaScript Standard Style for Javascript styleguide
  • Use Bootstrap reboot file and utilities (with Coolstrap)
  • Use a config file for the output directory, the ESLint auto fix feature and the autoprefixer options

Quickstart

  1. Download or clone this boilerplate
  2. npm start

By default, Seaweed builds your project in dist/

You can type npm run serve to launch Browser Sync and automatically reload the window when a file is modified

License

Apache 2.0
Bootstrap is under the MIT license
Original work Copyright 2015 Google Inc
Modified work Copyright 2016 Charles Tatibouet

About

Fast front-end workflow boilerplate (Sass, ES6, Babel, Browsersync…)

License:Apache License 2.0


Languages

Language:JavaScript 82.6%Language:HTML 17.4%