Skip to content

raadecki/tiny-es6-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny seed for ES6 project

Simple es6 project seed that provides:

  • basic folder structure
  • configured tests
  • single file build

Tech stack:

Installation:

  • install jspm: npm install jspm -g
  • install gulp: npm install gulp -g
  • clone this repo
  • run npm install from project folder
  • run gulp
  • open browser and type: localhost:9000
  • Hello World should be visible on screen

Tests:

  • run gulp unit from project folder

Build:

  • run gulp build from project folder

Todo:

  • simplify configuration
  • add Protractor support
  • add more gulp tasks

Similar projects:

If you are looking for more complex solution visit angular-es6-seed

About

Simple folder structure with configured tests and single file build for ES6 projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors