-
Typescript
-
React
-
Tailwind CSS
-
React Native
-
Expo
-
Node.js
-
Express
-
Prisma
-
SQLite
Clone the application and access the nlw-esports
folder
$ git clone https://github.com/eliasmatheus/nlw-esports.git && cd nlw-esports
- Node.js
npm install # npm
yarn # yarn
Run the following command to create your SQLite database file. This also creates the Ads
and Games
tables:
npx prisma migrate dev --name init
$ npm run dev
Access the web
folder with cd web
and install dependencies with npm i
then:
$ npm run dev
Access the mobile
folder with cd mobile
and install dependencies with npm i
then:
$ expo start