Start local server
vite
Build the project to the specified output folder (/dist
)
vite build
Start local server to serve the specified output folder. You must run build
before preview
vite preview
You can learn more in the Vite guides.
To learn React, check out the React documentation.