/ui_cw2

Task Manager T Type Prototype

Primary LanguageTypeScript

ui_CW2

This repository contains the UI_CW2 project, a React application built with Vite.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed Node.js (version 14.x or later)

Setting Up Locally

Follow these steps to get your development environment set up:

  1. Clone the repository:
git clone https://github.com/Takenobou/ui_cw2.git
  1. Navigate into the cloned repository:
cd ui_cw2
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev

The application will start running on http://localhost:5173 (or whatever the console prints).