install dependencies with npm install then to start localDevelopment server run:
npm startTo create a production version of the app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.