- You will need
node.js
installed globally on your machine. Install node.js - You will need
git
installed globally on your machine. Install node.js
- Clone the repository
git clone https://github.com/joolaoye/portfolio
no your local machine.
Need help cloning a repository? Check out how to clone a github repository here - Go to the portfolio directory
cd portfolio
. - Remove
node modules
andpackage-lock.json
to ensure clean and consistent environment. - Run
npm install
to install requirednode.js
package. - Run
npm install react-scripts --save
to install thereact-scripts
package for a React project and save it as a dependency in the project'spackage.json
file.
- After following the Installation guide, in the project directory run
npm start
to initiate the development server. - Open http://localhost:3000 on your local machine to preview the website.
- If you would like to preview the website on a device other than your local machine, check this guide out.
If you would like to use this website as a template for your website:
- Go to the
src
directory to make your changes.