Basic React Structure

This documentation is last updated on 02 January 2024
Thank you for purchasing this React template.
It will create 'node_module' folder in this all dependency files will be install with this command.
npm install
npm install
With is command file will be compiled and it will be loaded on local server `http://localhost:5173`.
npm run dev
npm run dev
Builds the app for production to the `build` folder. Run the following command in your terminal. npm run build
npm run build
To get more help on the React.js checkout React
You can learn more in the Vite Documentation To learn Vite.
So many color option available
<body data-theme-color="skin-1-theme"> More Options => ["skin-2-theme," , "skin-3-theme," ..... "skin-10-theme"]
images
This folder contains all the images of Industry template.
fonts
This folder font files for various template features.
css
This folder contains all the CSS files of Samar template.
element
This folder has all component files.
pages
This folder has all pages files.
Vite v5.4.10
All Images are used
React
React Bootstrap
Google fonts
React Count Up
Font Awesome
React Modal Video
React Scroll to top
Sweet Alert
Light Gallery
Swiper Slider
Router
export function MyPage() { return( <h1>Hello!</h1> ) }