Nowa - React Javascript Admin & Dashboard Template

Note:-

Refer the Faq's page in documentation for clear understanding of the changes in between RTL & LTR, color varientaions such like light,dark & transperent, menu layout for vertical to horizontal

Introduction to the React

Welcome to React..!
React is an application design framework and development platform for creating efficient and sophisticated single-page apps. It helps you to build modern applications for the Desktop, Web and Mobile.

Getting Started

Setting up the local environment and workspace

This guide explains how to set up your environment for React development using the React tool. It includes information about prerequisites, installing this, creating an initial workspace and starter app, and running that app locally to verify your setup.

For getting started an React Application you needs 2 things as Prerequisites.

Prerequisites

To use the React Framework, you should be familiar with the following:

  • React
  • React Router-dom
  • Vite
  • Javascript
  • CSS
Knowledge of Modern Javascript is helpful.
To install React on your local System, you need the following:

Node.js

React requires a current, active LTS (long term support) or maintenance LTS (long term support) version of Node.js.

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 (cmd)

Npm package Manager

The React and React applications depend on npm packages for many features and functions.
To download and install npm packages, you need an npm package manager.
This guide 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 (cmd)
For better understanding React we suggest you once go through official documentation of React from React Documentation