Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kush-x7/keypad-project
https://github.com/kush-x7/keypad-project
reactjs testing-library typescript
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kush-x7/keypad-project
- Owner: kush-x7
- Created: 2022-11-18T09:56:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T08:18:02.000Z (about 2 years ago)
- Last Synced: 2023-11-15T12:37:50.653Z (about 1 year ago)
- Topics: reactjs, testing-library, typescript
- Language: TypeScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
Code deployed on:
## Running the project
Run `yarn install` or `yarn` after opening the repository in your editor. This will install all the necessary packages for the project which are mentioned in the `pacakage.json` file of the project.
Then use `yarn dev` to run the project.
## My Learning
For quick revision: [Setup Testing Library fro Vite TypeScript project](https://codingwithmanny.medium.com/quick-jest-setup-with-vitejs-react-typescript-82f325e4323f)