From your command line, clone and run react-portfolio-template:
# Clone this repository
$ git clone https://github.com/chetanverma16/react-portfolio-template
# Go into the repository
$ cd react-portfolio-template
# Install dependencies
$ yarn
#Start's development server
$ gatsby develop
/* Change this file to get your Personal Porfolio */
// Edit Values of these variables
name:"bhaskar"
When you are done with the setup, you should host your website online. We highly recommend to read through the Deploying on Github Pages docs for React.
You could also host directly with Vercel by linking your own repository.
For more information, read hosting on Netlify.