.. | ||
gulp | ||
gulpFile.js | ||
karma.conf.js | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
webpack.config.js |
TypeScript, Babel, React, and Karma Sample
Getting started
You'll need node / npm installed. To get up and running just enter:
npm install
npm run serve
This will:
- Download the npm packages you need (including the type definitions from DefinitelyTyped)
- Compile the code and serve it up at http://localhost:8080