RTL Version

• NodeJs
To have dark mode enabled, replace the reference of app.min.css to app.rtl.css and bootstrap.min.css to bootstrap.rtl.css in the views/partials/head-css.ejs and in the views/partials/main.ejs file update the html tag like <html lang="en" dir="rtl">. and make sure to update the src/assets/js/app.js has initSettings() function which you need to comment out. Because it will set to default the light version.

• RTL setup

Make sure after this steps run gulp command in terminal

After you finished with the above steps, you can run the following commands into the terminal/command prompt from the root directory (Vusey_Nodejs_v*/Admin/ ) of the project to run the project locally or build for production use:

Command Description
gulp Compile sass files and generate css files .
npm start Runs the project locally, starts the development server. The development server is accessible at http://localhost:8000.
© Vuesy.
Crafted with by Themesdesign