PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

Webpack dev server #251

Open fadehelix opened 5 years ago

fadehelix commented 5 years ago

This branch is related to #217 I've upgraded all of the dependencies based on great work done by @washingtonsoares in #209 Most important updgrades:

thematho commented 5 years ago

Any news on the review of this PR ? I'm waiting to use it

thematho commented 5 years ago

I took this branch and it's brand new Jest enabled configuration It works like a charm, I merged into my improved plop generators branch with full examples of Testing AngularJS Components, Directives and Services with Jest: Improved plop generators, merged with Webpack 4, Webpack Dev server and Jest. Thank you @fadehelix even if AngularJS is old is the only current tool in which I can do full projects/interviews while learning and gain muscles on new JS Frameworks. I couldn't make this work with karma and ng-inject. I took the Jest approach

fadehelix commented 5 years ago

Hey @thematho thanks for your kind words :) To be honest I forgot about this PR and I updated branch on my fork because I needed to share somewhere the Jest config :) I am glad that Jest works not only on my env :) Your fork looks great! I have to take a closer look over the weekend.

OliverWall commented 5 years ago

Thanks. it's a good work!!!