REPOSITORY OVERVIEWLive repository statistics
★ 1Stars
⑂ 0Forks
◯ 1Open issues
◉ 1Watchers
19/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
40 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
angular-webpack-seed
Angular X single page application starter.
STACK
- Angular 4+
- TypeScript 2
- Webpack 2
- Karma / NightmareJS 2 (Electron)
- Stryker
- Gulp 4
- ESLint with useful plugins
FEATURES
- Fastest typescript compilation (because of transpileOnly)
- Faster unit testing (NightmareJS runs 2 times faster than PhantomJS)
- Hot reload, HMR (Hot Module Replacement)
- AoT (with routes lazy loading)
- Mutation testing
- Conditional linting for source and spec files
QUICK START
git clone https://github.com/unlight/angular-webpack-seed && cd angular-webpack-seed
npm i
npm run start
HUSKY
- Install:
npm i husky
- Uninstall:
npm r husky
TASKS
| Task | Description |
|---|
npm run start | Prepare and start local dev server |
npm run build:vendors | Prepare npm dependencies for linking |
npm run build:libs | Prepare npm dependencies for linking (Scripts) |
npm run build:style | Prepare npm dependencies for linking (Design) |
npm run server | Local dev server |
npm run server:dashboard | Local dev server in dashboard mode |
npm run clean | Clean generated folders |
npm run eslint | Lint code (single run mode) |
npm run gulp eslint:watch | ESLint in watch mode |
npm run t | Run unit testing in single run mode |
|