Skip to content

Future-proof starterkit for writing ES6 web apps using gulp for the build process and jspm to manage dependencies.

Notifications You must be signed in to change notification settings

MomchilGorchev/es6-webapp-starterkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Future-proof, framework-agnostic, starterkit for modern ES6 web apps using gulp for the build process and jspm to manage dependencies on top of SystemJS

Features

Please see the gulpfile.js for up to date information on what it supports.

  • Automagic ES6 support
  • Automagically wire-up (All AMD, CommonJS, ES6 Modules, or global) dependencies installed with jspm
  • CSS Autoprefixing
  • Built-in preview server with BrowserSync
  • Automagically compile Sass with libsass
  • Automagically lint your scripts with ESLint
  • Map compiled CSS to source stylesheets with source maps
  • Awesome image optimization
  • HTML minification
  • Gzip all the things!

Framework agnostic

  • Just vainilla ES6 out of the box.
  • No framework preinstalled, but you can use this with React, Angular, Polymer, Ember, you name it. That's your call.

libsass

Keep in mind that libsass is feature-wise not fully compatible with Ruby Sass. Check out this curated list of incompatibilities to find out which features are missing.

If your favorite feature is missing and you really need Ruby Sass, you can always switch to gulp-ruby-sass and update the sass task in gulpfile.js accordingly.

Getting Started

  • Install dependencies: npm install -g jspm
  • Run npm install on the project root (where the gulpfile is located)
  • Go to the src directory and run jspm install
  • Then, on the project root again, run gulp serve to preview and watch for changes
  • Run gulp build to generate a distributable, production-ready, dist directory

Inspired by

About

Future-proof starterkit for writing ES6 web apps using gulp for the build process and jspm to manage dependencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.9%
  • HTML 30.7%
  • CSS 7.4%