Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.15 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.15 KB

Portfolio - Nadeem Ashraf

A simple React-based website to showcase your portfolio. Built with React, it is easy to set up and deploy.

Table of Contents

Getting Started

To get a local copy of this project up and running, follow these simple steps.

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/devnadeemashraf/Portfolio.git
    cd your-react-website
  2. Install the dependencies:

    npm install

Usage

Once the dependencies are installed, you can run the app locally in development mode:

npm run start:dev

This will start the development server, and you can view the website by navigating to http://localhost:1234 in your browser.

License

This project is licensed under the MIT License - see the LICENSE file for details.