Skip to content

Commit e6f1ad1

Browse files
committed
feat(Doc): Add framework info
1 parent e11b027 commit e6f1ad1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
[![Build Status](https://travis-ci.org/emyann/typescript-webpack-starter.svg?branch=develop)](https://travis-ci.org/emyann/typescript-webpack-starter)
44
>🚀 An ES6 and TypeScript Starter kit using webpack for bundling. Create your TypeScript module with neither build nor test configuration.
55
6+
7+
## Built upon
8+
9+
- [x] [Webpack 3](https://webpack.js.org/)
10+
- [x] [Typescript 2](https://blogs.msdn.microsoft.com/typescript/2016/07/11/announcing-typescript-2-0-beta/)
11+
- [x] [Webpack Dashboard](https://github.com/FormidableLabs/webpack-dashboard)
12+
- [x] [Karma](https://karma-runner.github.io/1.0/index.html), [Jasmine](https://jasmine.github.io/)
13+
14+
![Imgur](http://i.imgur.com/pETTX85.png)
15+
16+
617
## Quick Overview
718

819
```sh

0 commit comments

Comments
 (0)