https://github.com/sancruz-dev/event-platform
Plataforma da rocketseat utilizando prática headless
https://github.com/sancruz-dev/event-platform
apollo graphql react-ts vime-react
Last synced: 3 months ago
JSON representation
Plataforma da rocketseat utilizando prática headless
- Host: GitHub
- URL: https://github.com/sancruz-dev/event-platform
- Owner: sancruz-dev
- Created: 2022-06-28T02:01:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T01:50:54.000Z (over 1 year ago)
- Last Synced: 2025-01-12T15:11:53.917Z (5 months ago)
- Topics: apollo, graphql, react-ts, vime-react
- Language: TypeScript
- Homepage: https://san-eventplatform.vercel.app/
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Platform - Ignite Lab 🧪
## About the Project
The Event Platform application will be developed during the week of the **Ignite Lab 02** event held by Rocketseat. This project will be a web event platform made with React, Typescript, GraphQL, GraphCMS and other modern web development technologies.
## Instalação e uso
⚠ Please note, the GraphCMS API is not included in the repository during development
```bash
# Clone the repository
git clone https://github.com/mateusabelli/event-platform.git# Access the project folder
cd event-platform# Install the dependencies
npm install# Run the application
npm run dev# The server will start on port:3000 - access http://localhost:3000 or http://localhost:5173
```