This is a sample application to demonstrate the use of Recoil with React and Typescript for data-initialized application state management.
- Create React App 5 powered by CRACO
- Typescript
- Airbnb Linting style
- Testing Library
- Material Ui 5
- Recoil state management
- dbuilder repo
Copy or download the project then run
$ yarn install
$ yarn start
# OR
$ npm install
$ npm run start