A simple SPA Portfolio template for developer/designers built with React. Use it to showcase your work, testimonials and other information to clients.
-
Run
npm install
. -
Change the values in
src/resumeData.js
to suit your use-case. -
Run
npm start
to spin the up the local dev server port 3000.(http://localhost:3000). -
Make required changes in
src/resumeData.js
to suit your needs. -
Before pushing the changes, REMOVE THE HOMPAGE LINE in the package.json file.
"homepage": "https://nnange.github.io/awongPortfolio",
-
After making the necessary changes, push them using git to the online repository using
git push
-
Add this line in the package.json file
"homepage": "https://nnange.github.io/awongPortfolio",
-
Thereafter run the command
npm run deploy
for the deployment of the changes for the website.