/Reactive-Type-Packed-Tests

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

Primary LanguageTypeScriptMIT LicenseMIT

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