This is a simple react app in which we can enjoy the tenzi game.
- Make a new folder
- Type
git init
- Clone the repository using git clone command.
- Type
npm i
in the terminal to install all the dependicies before using the app. - Type
npm start
to start the React app.
- Download zip file.
- Unzip it and go to the parent directory of the project.
- Type
npm i
in the terminal to install all the dependicies before using the app. - Type
npm start
to start the React app.