Skip to content

TypeScript + Webpack + Karma + Coverage + ESLint project template

License

Notifications You must be signed in to change notification settings

jojanper/typescript-starter

Repository files navigation

actions build Dependency Status devDependency Status

Typescript + Karma + Webpack + Coverage + ESLint project boilerplate

Simple TypeScript project setup.

Quickstart

Install dependencies

npm i

Run unit tests

npm test

Run codestyle

npm run lint

Build dev bundle

npm run build-dev

Build production bundle

npm run build-prod

Serve dev or production bundle

npm run serve-build

Open http://localhost:4200 in your browser. You should see HelloLib if you call console.log(this) in the console dev tools of your browser.

CI

GitHub Actions

https://github.com/jojanper/typescript-starter/actions

Travis

https://travis-ci.org/jojanper/typescript-starter

License

MIT

About

TypeScript + Webpack + Karma + Coverage + ESLint project template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published