Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

✨A performant, accessible, progressive React portfolio template that uses the GitHub REST API.

License

NotificationsYou must be signed in to change notification settings

mshuber1981/github-react-portfolio-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repo starsGitHub Repo ForksX (formerly Twitter) URL

A performant, accessible, progressive React portfolio template that uses theGitHub REST API.

Add your GitHub username once and all of your info will automatically be updated. Deploy to GitHub pages in a few simple steps.

Google PageSpeed Insights

Page Speed

Light And Dark Themes

Hero Light

Hero Dark

Getting Started

  1. Create a repository from this template

  2. Clone your new repository

  3. Make sureNode is installed

  4. Open your project and install the dependencies

    npm install
  5. Navigate to the src directory and open src/config.js

  6. Add your GitHub username (src/config.js line 18)

    /* START HERE**************************************************************  Add your GitHub username (string - "YourUsername") below.*/exportconstgithubUsername="Your GitHub username here";
  7. Start the development server to view the results

    npm start

Updating the Contact section

Projects

  1. The contact form usesFormspree, create an account and add your endpoint URL (src/config.js line 114)

    /* Contact Info**************************************************************  Add your formspree endpoint below.  https://formspree.io/*/exportconstformspreeUrl="https://formspree.io/f/YourEndpoint";

Deploy

A helpful guide for Create React App deployments with GitHub Pages can be foundhere.

  1. Update the homepage value (package.json line 3)

    "homepage":"https://YourUserName.github.io/your-repo/",
  2. Run the deploy command

    npm run deploy

Customization Options

Checkout theWiki for additional customization options:

Back to top 🔝

License

MIT


[8]ページ先頭

©2009-2025 Movatter.jp