Top

Let's begin

Thank you for buying the Yuri admin template

Main dependancies
  • React 18.2.0
  • Bootstrap 5.3.2
  • Typescript 4.9.5
  • Scss

Yuri 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. Yuri theme documentation will help you to understand React from scratch for making your own perfect real time dream application.


Yuri Admin is a responsive React template that is based on the CSS framework Bootstrap 5 and it is built with Sass. Sass compiler makes it easier to code and customize. If you are unfamiliar with Bootstrap, visit their website and read through the documentation. All of Bootstrap components have been modified to fit the style of Yuri Admin and provide a consistent look throughout the template.


Before you start working with the template, we suggest you go through the pages that are bundled with the theme. Most of the template example pages contain quick tips on how to create or use a component which can be really helpful when you need to create something on the fly.

Prerequisites

Before you begin, make sure your development environment includes Node and npm package manager.

1.Node.js

Install Node.js using downloaded file.

To check your node version, run node -v in a terminal/console window.

2.Npm package manager

CLI (command line interface), 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 anodejs.org.