Following project contains starter and config for simple typescript project. Default address: localhost:4100
- Typescript
- Webpack
- Live dev server
- Karma & Jasmine
- TravisCI
Open terminal and run next commands
npm i
npm run webpack
# Webpack watch and run browser sync
npm run webpack
# Build final version
npm run build
# Testing
npm run test