Project produced in agreement with Rocketseat NLW eSports, in which the objective is to create an application where users can find partners to play together.
Credits by Rocketseat 🚀
- Built with Tailwindcss
- Responsive Design
- ReactJS
- Typescript
- ReactJS
- Vite
- RadixUI
- Axios
- TailwindCSS
- PhosphorReact
- NodeJS
- Express
- Prisma
- Cors
- Axios
- React Native
- Expo
- Vercel
First, create a new .env
file on the root directory, using the .env.example
template as base.
Then, to create the local db run:
$ npm install
$ npm run db:migrate
After that, to start the server, run:
$ npm run dev
To run the local Vite web client:
$ npm install
$ npm run dev