Skip to content

sean-c-johnston/react-book-appointments

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published