The first iteration of my Portfolio built with React and hosted with Netlify.
I value keeping my site open source, but as you all know, plagiarism is bad so if you love it feel free to copy it and please give proper credits. If you have issues making use of this portfolio you can refer to React docs. Thanks!
-
Install and use the correct version of Node using NVM
nvm install
-
Install Node
npm install
-
Start the development server
npm start
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve
Credits to Achiaga.