MartinEden / Reactive-Type-Packed-Tests

A proof of concept app that demonstrates unit testing for React using TypeScript and Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack/TypeScript/React testing

A proof of concept app that demonstrates unit testing for React using TypeScript and Webpack.

Build and run instructions

First time setup

  • Make sure you have Node and npm installed and available on the commandline.
  • Checkout the repository: git clone https://github.com/MartinEden/Reactive-Type-Packed-Tests.git
  • Install dependencies: npm install

Build

npm run webpack

Run

npm start

Test

npm test

About

A proof of concept app that demonstrates unit testing for React using TypeScript and Webpack.

License:MIT License


Languages

Language:TypeScript 56.3%Language:JavaScript 33.7%Language:HTML 10.1%