Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.5 KB

README.md

File metadata and controls

61 lines (47 loc) · 1.5 KB

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