Documentation

Shivaa - Creative Digital Agency React Template

Shivaa

Shivaa - Creative Digital Agency React 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:3000/`. npm start

npm start

3.- Production Build

You may run npm run build command to build the app.

npm run build

4.- Note

To get more help on the React.js checkout React

5.- Further help

You can learn more in the Create React App Documentation To learn React, check out the React Documentation.

Folder Directories -

  • shivaa
    • shivaa1
      • node_modules
      • public
      • src
        • assets
          • css
          • fonts
          • images
        • components
        • element
        • layout
        • Pages
          • Home.jsx
          • AboutUs.jsx
          • BlogDetail.jsx
          • BlogList.jsx
          • ContactUs.jsx
          • Faq.jsx
          • Portfolio.jsx
          • PortfolioDetail.jsx
          • Pricing.jsx
          • Services.jsx
          • Team.jsx
        • router
          • Router.jsx
        • App.jsx
        • index.jsx
      • package.json
    • shivaa2
    • shivaa3
    • shivaa4

About Folder -

  • assets

    This folder contains all the assets of Shivaa template.

  • component

    This folder component files for various template features.

  • elements

    This folder contains all the elements files of Shivaa template.

  • pages

    This folder has all pages for various template features.

  • layout

    This folder has header and footer component of Shivaa template.

  • assets/images

    This folder has all images form used in the template.

  • assets/css

    Css file


Project Main Features -

  • ReactJS v18.2.15
  • React Bootstrap v2.10.0
  • Node - v20.10.0
  • Fully Responsive
  • Detailed Documentation
  • Slider
  • Contact Page
  • Advanced Elements
  • Scroll
  • Blog Page
  • Faq
  • Menu Style
  • Team Page
  • Services
  • Router

index.jsx Structure

import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App";
import reportWebVitals from './reportWebVitals';

const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
  <React.StrictMode>    
    <App />    
  </React.StrictMode>
);

reportWebVitals();

Create a Page

import React from 'react'

const Demo = () => {
 return (
  <div>demo</div>
 )
}
export default Demo		

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 DexignZone

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

Version History - #back to top

08 Feb 2024

  • New - Created & Upload Shivaa