Simple es6 project seed that provides:
- basic folder structure
- configured tests
- single file build
- install jspm:
npm install jspm -g - install gulp:
npm install gulp -g - clone this repo
- run
npm installfrom project folder - run
gulp - open browser and type:
localhost:9000 Hello Worldshould be visible on screen
- run
gulp unitfrom project folder
- run
gulp buildfrom project folder
- simplify configuration
- add Protractor support
- add more gulp tasks
If you are looking for more complex solution visit angular-es6-seed