npm install or yarn install
npm start or yarn start
This command generates a static version of your site in the public directory. The build process includes optimizing images, generating static HTML files, and bundling JavaScript and CSS files.
npm run build or yarn build
This command will create a production-ready build of your project in a distribution directory.