How To Run Build File Of React App Vite

[Solved] How To Run Build File Of React App Vite | Shell - Code Explorer | yomemimo.com
Question : how to run build file of react app (vite)

Answered by : winwinmaw

npm run build
npm install -g serve
if you are in main folder,
serve -s dist
serve -s dist -l 5000

Source : | Last Update : Wed, 08 Nov 23

Answers related to how to run build file of react app vite

Code Explorer Popular Question For Shell