This project provides a minimal setup to get a small game of collecting alphabet for points.
- add custom theming support
- add storybook
- add timer
- add demo
- write a blog about configuring Jest and RTL.attach a link here
- clone the source
- npm install
- npm run dev
Most of the codes are in src folder
- src
- components - for react components
- common - for possible current and future shared codes
- types - arranging all the types used across files
- mocks - for mock data
App.tsx
- for integration of componentsindex.css
- for system theme support and global css var