Tiktok Camp 2022 - Project A

This project was bootstrapped with Create React App.

Project Setup

  1. To begin, you can refer to Downloading and installing Node.js and npm to install both Node.js and npm.
  2. Clone this repository to your local device using:
git clone https://github.com/erwinqxy/tiktok-hangman.git
  1. Open the download directory using:
cd tiktok-hangman 
  1. Next, install node-js with this command:
npm install --save react react-dom 
  1. To run the project
npm start