Skip to content

HamzaAkbar067/React-UI-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Application

Welcome to my React application!

Prerequisites

Before you begin, ensure that you have the following installed on your system:

  1. Node.js:

    • To check if you have Node.js installed, open a terminal or command prompt and type:
      node -v
      
    • If Node.js is installed, you'll see its version number. If not, you can download and install it from here.
  2. npm (Node Package Manager):

    • npm typically comes bundled with Node.js. You can check if npm is installed by typing the following command in your terminal or command prompt:
      npm -v
      
    • If npm is installed, you'll see its version number along with the Node.js version. If not, it will prompt you to install Node.js, which includes npm.

Getting Started

In the project directory, you can run:

npm install

Install node_modeules

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors