Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 649 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 649 Bytes

Mastering React Test Driven Development

Appointments

Dependencies

Project is built using pnpm which may behave differently to npm.

npm i -g pnpm to install pnpm.

pnpm i to install this project's packages.

Building & Running

Running pnpm build will package the project with Webpack and output in the dist/ directory. The app can be viewed by opening dist/index.html in a browser.

Running tsc will compile the project using Typescript and output Javascript files into ts-build/.

Testing

Use pnpm test to run the test suite with Jest, or pnpm live-test to start a file watcher for continuous testing.