đQuick Start
Welcome to Light Able React.js Admin Template! This comprehensive guide will help you kickstart your development journey with our powerful React.js 18.2 and Bootstrap 5.3 admin template.
Prerequisites
Before you begin, make sure you have the following installed on your machine:
Node.js v10.5.0 or higher
Yarn 1.2 or higher
A code editor of your choice (e.g., Visual Studio Code, Atom, Sublime Text)
Installation
Before running the application we need to install dependencies used this project
Open your project in vs code or any other editors.
Start a command prompt window or terminal and Navigate to the template's root directory using the terminal and run the following commands:
This command will fetch all dependencies listed in /package.json
and place them into/node_modules
folder.
Configuration
Adjust the basic configuration settings in the src/config.js
file to match your project requirements. You can set the application name, default language, and other essential options here.
Run Project
To run the Node js application navigate your prompt to project
folder and run the following command. This command will listen for changes and hot reload them.
Enjoy your development with Light Able
Last updated