https://github.com/flvsantos15/gallery-plus-flv
https://github.com/flvsantos15/gallery-plus-flv
fastify ignite reactjs rocketseat typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flvsantos15/gallery-plus-flv
- Owner: flvSantos15
- Created: 2025-09-18T02:40:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-19T23:48:49.000Z (9 months ago)
- Last Synced: 2025-09-20T01:35:12.824Z (9 months ago)
- Topics: fastify, ignite, reactjs, rocketseat, typescript
- Language: TypeScript
- Homepage:
- Size: 8.51 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gallery Plus
## Getting started
Run the install command
```
pnpm install
```
Then in a terminal run the backend server
```
pnpm dev-server
```
In another terminal run the frontend server
```
pnpm dev
```