npm i or npm install
npm run build
This command will create a production-ready build of your project in a distribution directory.
npm start
This command will start the development server, allowing you to view and work on your project locally.