This is the source code to my portfolio site. Please feel free to provide any feedback. I'm always looking to improve and learn!
cd portfolio
npm install
npm start
Your app should now be running on localhost:3001.
cd portfolio
npm run prod
all files will be coppied into your dist folder.