Skip to content

chiaretto/baralho-game

Repository files navigation

Baralho-Game

codecov.io

  • Require NodeJS 16

How to run the Game?

npm start

This will start the server within the front embedded at http://localhost:3000/

Setup development environment

Clone the repo : https://github.com/chiaretto/baralho-game.git

Backend

Project root directory

Install dependencies

npm install

Run with hot reload at http://localhost:3000

npm run dev

Frontend

Go to the front directory cd front

Install dependencies

npm install

Build for production with minification (optional)

npm run build

Run with hot reload at localhost:8080

npm run dev

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published