Skip to content

janekkkk/es6-jspm-gulp-example

Repository files navigation

JSPM + Gulp example/boilerplate

A boilerplate for developing apps using JSPM & Gulp. Some changes were made to the original repository to match my workflow.

JSPM

JSPM is an all-in-one command line tool for package management, module loading and transpilation. Read more about it here and here.

Features

Usage

  1. Clone this repo from https://github.com/janekkkk/es6-jspm-gulp-example.git
  2. Run npm install in the root directory
  3. Run gulp or npm start to start the local dev server
  4. Write an awesome app! ☺

Testing

Jasmine

Run gulp test or npm run gulp-test to run tests once.

Run gulp test:watch or npm run gulp-test:watch to run tests continuously.

Mocha

Run karma start or npm test to run tests once.

Run npm run test:watch to run tests continuously.

Generating documentation

Run npm run docs to generate documentation for your JavaScript and SASS automatically in the docs folder.

Building

Run gulp build or npm run build to build the app for distribution in the dist folder.


No rights reserved. Made with ♥ by Alex Weber heavily modified by Janek Ozga

About

A boilerplate for developing ES6+ apps using JSPM & Gulp. Some changes were made to the original repository to match my workflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published