Word Play Application
This application is built using Vite, ReactJS & TypeScript.
Features
Installation
Running Locally
Make sure you have Node.js and npm install.
-
Install Vite
npm create vite@latest
-
Install Dependencies
npm install -g typescript --save -dev
npx tsc
-
Start the Application
npm run dev
Application runs from localhost:http://127.0.0.1:5173/.
- Clone or Download the repository
git clone https://github.com/Dorcastunmise/game-app-typescript.git $ cd game-app-typescript