Version 3 of my Protfolio website built with React and hosted with CloudFlare Pages and managed with Cloudflare CDN
Install the dependencies for the project
Using NPM
npm i
Using Yarn
yarn
Start the development server
npm start
Generate a full static production build
npm run build
This will generate a build folder which contains the build
files for production