- Require NodeJS 16
npm start
This will start the server within the front embedded at http://localhost:3000/
Clone the repo : https://github.com/chiaretto/baralho-game.git
Project root directory
npm install
Run with hot reload at http://localhost:3000
npm run dev
Go to the front directory
cd front
npm install
npm run build
npm run dev