A proof of concept app that demonstrates unit testing for React using TypeScript and Webpack.
- 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
npm run webpack
npm start
npm test