MyIntro
MyIntro - React Resume / CV Template
Thank you for purchasing this React template.
If you like this template, Please support us by rating this template with 5 stars
Package Installation & Setup -
1.- Install npm
It will create 'node_module' folder in this all dependency files will be install with this command.
npm install
npm install
2.- Run Project
With is command file will be compiled and it will be loaded on local server `http://localhost:5173/`.
npm run dev
npm run dev
3.- Production Build
You may run npm run build
command to build the app.
npm run build
4.- Testing the App Locally
Once you've built the app, you may test it locally by running npm run preview
command
npm run preview
5.- Deploying your site
For More details Click
6.- Note:
To get more help on the React.js checkout React
To get more help on the Vite checkout Vite
7.- Further help
You can learn more in the Create React App Documentation To learn React, check out the React Documentation.
Folder Directories -
-
images
This folder contains all the images of Samar template.
-
fonts
This folder font files for various template features.
-
css
This folder contains all the CSS files of Samar template.
-
component
This folder has all component files.
-
pages
This folder has all pages files.
-
scss
Scss File
Credits -
-
React
-
Vite
-
TypeScript
-
Google fonts are used in the template.
-
Font Awesome
-
Images are used
-
Bootstrap framework
-
React Modal Video
-
Router
-
Light Gallery
-
Swiper Slider
main.tsx Structure
import React from 'react' import ReactDOM from 'react-dom/client' import App from './App.tsx' ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render( <React.StrictMode> <App /> </React.StrictMode>, )
Create a Page
const MyPage = () => { return( <h1>Hello!</h1> ) } export default MyPage
Our Products -
Do You Need Help To Customization
After Purchase A Template...
You Will Start Customizing According Your Requirement
BUT What If You Don't Know
SOLUTION IS HIRE DexignLabs
Hire Same Team For Quality Customization
- We Will Customize Template According To Your Requirement
- We Will Upload On Server And Make Sure Your Website is Live