Alessandro-Massarotti-Jr / Next-Level-Week-ESports

Projeto desenvolvido durante a NLW ESports em setembro de 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next Level Week ESports

GitHub language count GitHub Top Language

Projeto desenvolvido durante a Next Level week ESports em setembro de 2022

ScreenShot

Web

start guide

Run npm install to install project dependencies

Run npm run dev to setup the development server

Run npm run build to make a production version of the project

useful links

comandos utilizados

  • npm create vite@latest
  • npm install -D tailwindcss postcss autoprefixer
  • npx tailwindcss init -p
  • npm i phosphor-react
  • npm i @radix-ui/react-dialog
  • npm i @radix-ui/react-checkbox
  • npm i @radix-ui/react-toggle-group
  • npm i axios

Server

start guide

Run npm install to install project dependencies

Run npm run dev to setup the development server

Run npm run build to make a production version of the project

useful links

comandos utilizados

  • npm init -y
  • npm i express
  • npm i typescript -D
  • npx tsc --init
  • npm i @types/express -D
  • npm i ts-node-dev -D
  • npm i prisma -D
  • npx prisma init
  • npm i @prisma/client
  • npm i cors
  • npm i @types/cors -D

Mobile

start guide

Run npm install to install project dependencies

Run expo start to start development server

useful links

comandos utilizados

  • npm install -g expo-cli
  • expo init mobile
  • expo install expo-font @expo-google-fonts/inter
  • expo install react-native-safe-area-context
  • expo install expo-linear-gradient
  • npm install @react-navigation/native
  • npx expo install react-native-screens react-native-safe-area-context
  • npm install @react-navigation/native-stack
  • npm install --save phosphor-react-native
  • expo install react-native-svg
  • expo install expo-clipboard
  • npx expo install expo-notifications
  • npx expo install expo-modules-core


Desenvolvido Por Alessandro Massarotti Jr 🤖

About

Projeto desenvolvido durante a NLW ESports em setembro de 2022


Languages

Language:TypeScript 94.9%Language:JavaScript 1.8%Language:HTML 1.7%Language:Shell 1.3%Language:CSS 0.2%