A random React Typeahead component.
This project uses:
- Bun as Runtime
- Vite as a development environment tooling
- Vitest as testing framework
- Testing library for testing utilities
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
bun install |
Installs dependencies |
bun run dev |
Starts local development server |
bun run test |
Runs the available tests |
bun run test:watch |
Runs the available tests in "watch" mode |