Skip to content

AngularJS 1.5 with webpack, babel, and Jest

License

Notifications You must be signed in to change notification settings

kamranayub/angularjs-sample-webpack-es6-jest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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