Want to start a quick demo? Use this link https://diploi.com/component/react-vite No account required
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
- In the Dashboard, click Create Project +
- Under Pick Components, choose React + Vite. Here you can also add a backend framework to create a monorepo app, eg, React+Vite for frontend and Hono for backend
- In Pick Add-ons, you can add one or multiple databases to your app
- Choose Create Repository to generate a new GitHub repo
- Finally, click Launch Stack
For more details, check https://diploi.com/blog/hosting_react_apps
Will run npm install
when component is first initialized, and npm run dev
when deployment is started.
Will build a production ready image. Image runs npm install
& npm run build
when being created. The created /dist
folder will be served as a static site with nginx.