Projeto | Tecnologias | Layout | Licença
Nesse desafio, foi desenvolvido uma de jogos
# Clone this repository
$ git clone https://github.com/EvertonWingert/nlw-esports.git
# Go into the repository
$ cd nlw-esports/server
# Install dependencies
$ npm install
# Run Migrates
$ npx prisma migrate dev
# Run seed
$ npm run seed
# Start server
$ npm run dev
# running on port 333
# Clone this repository
$ git clone https://github.com/EvertonWingert/nlw-esports.git
# Go into the repository
$ cd nlw-esports/web
# Install dependencies
$ npm install
# Run
$ npm run dev
# running on port 5173
Esse projeto foi desenvolvido com as seguintes tecnologias:
Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.