angularjs-sample-webpack-es6-jest

AngularJS 1.5 with webpack, babel, and Jest

MIT License

Stars
9

AngularJS 1.5 webpack, babel, and Jest example

This repository is an example of how to use AngularJS 1.5 with Webpack, Babel (ES6+), and Jest.

See also Karma example

Run it

  • Requires Node 8.4.0+

With yarn:

yarn
yarn start
yarn test

Or with npm:

npm install
npm start
npm test

License

MIT

Related Projects