Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.38 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.38 KB

React Portfolio

This is a simple React portfolio created with Create React App.

Getting Started

To get started with this portfolio, follow these steps:

  1. Clone the repository:

    git clone https://github.com/okrayum/React-Portfolio-Repo.git
  2. Navigate to the project's root folder:

    cd React-Portfolio-Repo
  3. Install dependencies:

    npm install
  4. Run the app in development mode:

    npm start

    Open http://localhost:3000 to view it in your browser. The page will reload when you make changes.

Live Demo

You can also view the live demo on GitHub Pages:

React Portfolio Demo

Learn More

To learn more about React and Create React App, check out the following documentation:

Deployment

For information on how to deploy a Create React App project, refer to the deployment documentation.

Troubleshooting

If you encounter issues, you can refer to the troubleshooting guide.

Happy coding!