Top
Tivo React Admin Theme is pure React theme, Yes! you read correct, it's No Jquery React admin theme including all feature and functionality with ease of integration for your project.Tivo theme document will help you to understand React from scratch to making perfect real time dream application.
We also includes React Hooks and Without Redux and With Axios API which is manage applications data in easy way. It's user freindlly to learn the application.
Follow the documentation carefully for solving your issues in minutes, Apart from that if you don't find solution when you following the docs you can raise a support ticket for your issue from pixelstrap.freshdesk.com
Dependencies
Welcome to React! React helps you build modern applications for the web, mobile, or desktop.
For getting started an React application you needs two things as Prerequisites.
Before you begin, make sure your development environment includes Node and an npm package manager.
Download stable version of node.js from nodejs.org..It is v16.13.2
Install Node.js using downloaded file
To check your node version, run node -v in a terminal/console window.
React CLI, and React apps depend on features and functionality provided by libraries that are available as npm packages. To download and install npm packages, you must have an npm package manager.
This Quick Start uses the npm client command line interface, which is installed with Node.js by default. To check that you have the npm client installed, run npm -v in a terminal/console window.
For better understanding React we suggest you to once go through official documentation of React from ReactJS.org
If you want Tivo theme setup then directly follow next Tivo setup section
You use the React CLI to create projects, generate application and library code, and perform a variety of ongoing development tasks as it is a progressive framework for building user interfaces.
Install the React CLI globally.
To install the CLI using npm, open a terminal/console window and enter the following command:
npm install -g create-react-app
npm create-react-app my-app
cd my-app
npm start
If you have already download and install node.js and React CLI then ignore prerequisites accordingly.
Download latest version of node.js from nodejs.org.
Install Node.js using downloaded file
To check your node version, run node -v in a terminal/console window.
npm install -g create-react-app
cd theme
npm install
npm run start-developer
Once you serve your application by default it will take their defalult port so you can open port using localhost://3000
Make sure you are not running any other react project in local if so then use new generated port from terminal with label called app running at:
npm run build
If you’re using Apache HTTP Server, you need to create a .htaccess file in the public folder by pastng below code
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]