Skip to content

longyiszh/ngx-webpack-grande-starter

 
 

Repository files navigation

ngx-webpack-grande-starter

A grande-cup Webpack starter for Angular 2+

  • with sass support
  • with Jest testings
  • intergrated post-css
  • intergrated babel-polyfill

Code scaffolding

Copy and paste the dummy module.

Serve

Run dev-server with HMR

npm run serve:c

Build

Build site with production mode enabled

npm run build:c

Unit Tests

# Run unit tests
npm run test:c

# run tests in watch mode
npm run test:c-w

# Run unit tests and generate a coverage report
npm run test:c-c

About

A grande cup Webpack starter for Angular 2+

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.7%
  • TypeScript 39.8%
  • HTML 4.7%
  • CSS 1.8%