Project made with ReactJS and CSS3, inspired by the dice game "Tenzi". The objective is to roll the dices until all the numbers are the same.
Front End | Back End |
Clone this repository:
git clone https://github.com/PedroMilani04/tenzi-game-project.git
Have Node.js installed in your computer. With terminal opened in project folder, install the dependencies :
npm install
or
yarn
Then type this command in to run local server:
npm run dev
or
yarn dev