ES6 startup project
Ready to go ES6 project starter with Tests and Coverage.
git clone https://github.com/iondrimba/es6starterproject.git
cd es6starterproject
npm install
gulp
Reduce time spent by developers looking to work today with all the new ES6 features, it also includes Tests and Coverage. I chose to leave it simple as possible (no MV* Framework dependency).
In order to test if Pushstate is working
you have to host it on apache so it can reads the .htaccess file
The bump-versions tasks should be executed after your deploy and optimize task.
The task will:
├── public/
│ ├─── css/
│ ├─── js/
│ ├─── images/
│ ├─── .htaccess
│ └─── index.html
│
│── spec/(jasmine spec files)
│
│── src/
│ ├── images/
│ ├── scripts/
│ │ ├─── core/
│ │ ├─── models/
│ │ ├─── partials/
│ │ ├─── views
│ │ └─── app.js
│ │
│ ├── scss/
│ │ ├─── components/
│ │ ├─── partials/
│ │ ├─── views/
│ │ └─── app.scss
│ │
│ └── templates/
│
│── tasks/
│
│── .gitignore
│── .travis.yml
│── gulpfile.js
│── karma.conf.js
│── LICENSE
│── lint.yml
│── package.json
└── README.md
[Live demo]:http://iondrimba.github.io/es6starterproject