https://github.com/lukasdias/ignite-lab
Rocketseat Challenge
https://github.com/lukasdias/ignite-lab
apollo framer-motion graphcms graphql radix-ui reactjs stitches typescript vite zustand
Last synced: 4 months ago
JSON representation
Rocketseat Challenge
- Host: GitHub
- URL: https://github.com/lukasdias/ignite-lab
- Owner: Lukasdias
- Created: 2022-06-30T02:55:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T22:26:55.000Z (almost 3 years ago)
- Last Synced: 2023-03-07T18:20:41.024Z (over 2 years ago)
- Topics: apollo, framer-motion, graphcms, graphql, radix-ui, reactjs, stitches, typescript, vite, zustand
- Language: TypeScript
- Homepage: https://my-ignite-lab.vercel.app/
- Size: 246 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ignite Lab Challenge
## Stack 🤔
- Core 🧰
- [Vite](https://vitejs.dev/)
- ReactJS
- Typescript
- [GraphQL](https://graphql.org/)
- [HeadlessCMS](https://graphcms.com/)
- UI 🖼️
- [Stitches](https://stitches.dev/)
- [Radix UI](https://www.radix-ui.com/)
- [K-Bar](https://kbar.vercel.app/)
- [Framer Motion](https://www.framer.com/motion/)
- State Manager :atom:
- [Zustand](https://github.com/pmndrs/zustand)
## How to run 🤔- Development
- `yarn && yarn dev || npm i && npm run dev`
- Production
- `yarn && yarn serve || npm i && npm run serve`## Challenge made by [Rocketseat](https://www.rocketseat.com.br/ignite)