About • Features • How it works • Tech Stack • Author • License
📺 event-platform - App to watch live events or archived videos.
Project developed during the Ignite Lab from Rocketseat.
- Base layout
- Responsivity
- Basic login
- Integration with GraphCMS
Before you begin, you will need to have the following tools installed on your machine: Git, Node.js. In addition, it is good to have an editor to work with the code like VSCode
# Clone this repository
$ git clone git@github.com:bfukumori/event-platform.git
# Access the project folder in your terminal
$ cd event-platform
# Install the dependencies
$ npm install
# Run the application in development mode
$ npm run dev
# The app will open on the port: 3000 - go to http://localhost:3000/
The following tools were used in the construction of the project:
Website (React + TypeScript)
This project is under the license MIT.