Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabienjuif/2023-bootstrap-react-graphql
An other bootstrap: React / GraphQL / Typescript / Firebase / Zustand / Chakra
https://github.com/fabienjuif/2023-bootstrap-react-graphql
bootstrap chakra-ui firebase graphql react typescript zustand
Last synced: about 2 months ago
JSON representation
An other bootstrap: React / GraphQL / Typescript / Firebase / Zustand / Chakra
- Host: GitHub
- URL: https://github.com/fabienjuif/2023-bootstrap-react-graphql
- Owner: fabienjuif
- License: mit
- Created: 2023-03-14T07:20:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T07:20:57.000Z (almost 2 years ago)
- Last Synced: 2024-12-07T11:32:17.170Z (about 2 months ago)
- Topics: bootstrap, chakra-ui, firebase, graphql, react, typescript, zustand
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 2023-bootstrap-react-graphql
## Technologies
- ReactJS
- [Chakra-UI](https://chakra-ui.com)
- [Vite](https://vitejs.dev/), with
- Typescript support
- [And SWC](https://swc.rs/)
- [React router](https://reactrouter.com/en/main)
- i18n: [useLocales](https://github.com/fabienjuif/use-locales)
- store: [zustand](https://github.com/pmndrs/zustand)
- GraphQL with [urql](https://formidable.com/open-source/urql/)## Commands
- `yarn` install dependencies
- `yarn start` start the local dev env
- `yarn start:server` start the local GraphQL server
- `yarn build` build the production version
- `yarn format` format code## Commits & Wode workflow
When we want to code something in this repo, we have to:
1. Create a branch
2. Open a PR
3. Wait for review, then merge the PR with "squash" an remove the #
4. We have to use [gitmoji convention](https://gitmoji.dev/) for the commit names