Short answer :- Yes, with attribution.
Yes, you can fork this repo. Please give me proper credit by linking back to https://hchouhan.azurewebsites.net/. Thanks!
-
Fork this repo & give a start 🙏
-
Install React
npmx create-react-app <app-name>
-
Install and use the correct version of Node using
npm install
-
Install dependencies
npm
-
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