BodyShape

BodyShape - React Fitness, Workout & Gym Template

BodyShape

BodyShape - React Fitness, Workout & Gym Template

This documentation is last updated on 17 March 2023

Thank you for purchasing this React template.

If you like this template, Please support us by rating this template with 5 stars


React.JS 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

Node-sass is an NPM package that compiles Sass to CSS (which it does very quickly too). To install node-sass run the following command in your terminal: npm run build

npm run build

4.- Note:

To get more help on the React.js checkout React

4.- Further help

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


Sass Compile -

1.- Install Node.js

To compile Sass via the command line first, we need to install node.js. The easiest way is downloading it from the official website nodejs.org open the package and follow the wizard.

2.- Initialize NPM

NPM is the Node Package Manager for JavaScript. NPM makes it easy to install and uninstall third party packages. To initialize a Sass project with NPM, open your terminal and CD (change directory) to your project folder.

npm init

Once in the correct folder, run the command npm init. You will be prompted to answer several questions about the project, after which NPM will generate a package.json file in your folder.

3.- Install Node-Sass

Node-sass is an NPM package that compiles Sass to CSS (which it does very quickly too). To install node-sass run the following command in your terminal: npm install node-sass

npm install node-sass

4.- Write Node-sass Command

Everything is ready to write a small script in order to compile Sass. Open the package.json file in a code editor. You will see something like this:

In the scripts section add an scss command

"scripts": {
  "sass": "node-sass --watch src/scss/main.scss src/css/style.css --source-map src/css/style.css.map"
},

5.- Run the Script

To execute our one-line script, we need to run the following command in the terminal: npm run sass

npm run sass

Theme Features -

Color Theme

So many color option available

<body data-theme-color="color_1">
  • Color 1
  • Color 2
  • Color 3
  • Color 4
  • Color 5
  • Color 6
  • Color 7
Layout
<body id="bg" class="boxed">
<body id="bg" class="frame">
Header

Header Fixed is-fixed

<div class="main-bar-wraper navbar-expand-lg sticky-header is-fixed">

Header Static sticky-no

<div class="main-bar-wraper navbar-expand-lg sticky-no">
Background Color

You can use body background color like this but it will only work in boxed and frame layout

<body id="bg" class="frame" style="background-color: rgb(255, 175, 41);">
Background Image

You can use body background image like this but it will only work in boxed and frame layout

<body id="bg" class="boxed" style="background-image: url("assets/images/switcher/large/background/bg1.jpg");">
<body id="bg" class="frame" style="background-image: url("assets/images/switcher/large/background/bg1.jpg");">

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.

  • vendor

    This folder has other plugins css used in the template.

  • scss

    Scss File


Credits -


Project Main Features -

  • Bootstrap
  • Built in SASS
  • Fully Responsive
  • Ready to used widget
  • Detailed Documentation
  • Customizable React Bootstrap Components
  • Slider
  • Portfolio
  • Key Feature
  • News Letter
  • Pricing Plan
  • Services
  • Faq
  • Contact Form
  • Style Varient
  • Social
  • Coming Soon Page
  • Error Page
  • Blog Page
  • Under Construction


Create a Page

import React from "react";

export function MyPage() {
  return(
   <h1>Hello!</h1>
  ) 
} 							
					

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

17 March 2023

  • New - Created & Upload BodyShape