An open API service indexing awesome lists of open source software.

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

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
```