This project is a React application built using Vite as the development server.
- Node.js (version 14 or higher)
- npm (usually comes with Node.js)
- Git
- Clone the repository:
git clone https://github.com/Unchanted/React.git
- Navigate to your project directory:
cd React
- install dependencies
npm install
- Start the development server:
npm run8dev
- Open your browser and visit 'https://localhost:5173' or the specified port number by the vite development server to view the application.
Arcade18