Bookland
Bookland - React Book Store Ecommerce Website
This documentation is last updated on 04 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
Builds the app for production to the `build` folder. Run the following command in your terminal
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
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 all plugins used in the template.
-
script
This folder has all script contact form used in the template.
-
scss
Scss File
Credits -
-
Node Sass:
-
All Images are used
-
React Bootstrap
-
React Metismenu
-
Google fonts
-
React Count Up
-
Font Awesome
-
React Modal Video
-
React Range Slider
-
React Scroll to top
-
Sweet Alert
-
Simple React Lightbox
-
Swiper Slider
-
Router
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
- Testimonial
- Query Form
- FAQ
- Contact Form
- Style Varient
- Social
- Blog Style
- Coming Soon Page
- Error Page
- Blog Page
- Site Down page
Create a Page
import React from "react"; export function MyPage() { return( <h1>Hello!</h1> ) }
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 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 -
4 March 2023
- Compatible with React 18+ & Node 18+
- Update Dependency Plugins
- CSS File Improvements
- Update Small Screen Size Resolution
- Update Router Dom 6 Version
08 September 2022
- New - Created & Upload Bookland