A simple React-based website to showcase your portfolio. Built with React, it is easy to set up and deploy.
To get a local copy of this project up and running, follow these simple steps.
Make sure you have the following installed:
-
Clone the repository to your local machine:
git clone https://github.com/devnadeemashraf/Portfolio.git cd your-react-website
-
Install the dependencies:
npm install
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.
This project is licensed under the MIT License - see the LICENSE file for details.