Make sure to install the dependencies:
npm installAlso make sure to delete all the Components and dependencies you don't need.
Start the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run preview