React-vitejs-tailwindcss Run your build process with 'npm run dev'
To connect your form with app.getform.io, follow these steps:
Contact.jsx
file in your project.<form>
tag with the attributes action="" method="POST" encType="multipart/form-data"
.action
attribute with the Form endpoint you copied in Step 3.After completing these steps, your form will be connected to app.getform.io and submissions will be sent to the specified endpoint.
Remember to save your changes to the Contact.jsx
file.
To host your portfolio on a website, follow the steps below:
Open the project in Visual Studio Code (VSCode).
In the VSCode terminal, run the command npm run build
. This will create a build folder.
Locate the dist
folder within the project. Inside the dist
folder, you will find an assets
folder and an index.html
file.
Copy both the assets
folder and the index.html
file.
Paste the copied assets
folder and index.html
file into your web host server.
That's it! Your portfolio should now be hosted on your website. Visitors can access it by navigating to the appropriate URL on your web host server.
Feel free to customize your website and make any necessary adjustments to suit your preferences.
Full screen Preview Click here to view full screen preview
Mobile Preview Click here to view mobile preview