Please fork this repository to go along with the course. This project uses the following technologies:
To run the demo application you need Node version 20 or 22. To install run:
npm install
npm run dev
starts the development server, open the following URL in your browser:http://localhost:8000/
.npm run test
runs the screenshot tests (requiresnpm run start
in a separate session)npm run storybook
starts the styleguide
- On macOS run
brew install watchman
to get the screenshots to compile