Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.41 KB

README.md

File metadata and controls

68 lines (49 loc) · 1.41 KB

NLW eSports - Rocketseat 🚀

Landing 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 🚀

💻 Developing differences...

  • Built with Tailwindcss
  • Responsive Design

ezgif com-gif-maker (4)

🚀 Technologies Used

FRONT-END:

  • ReactJS
  • Typescript
  • ReactJS
  • Vite
  • RadixUI
  • Axios

🎨 STYLES:

  • TailwindCSS
  • PhosphorReact

BACK-END:

  • NodeJS
  • Express
  • Prisma
  • Cors
  • Axios

MOBILE:

  • React Native
  • Expo

Home

🖥 DEPLOY:

  • Vercel

📋 Installation:

Server

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

Web

To run the local Vite web client:

$ npm install
$ npm run dev