fbpx

Enjoy

Upto

70%
Getting Started
Installation
Configuration

How to setup Admin Dashboard

demo

Note: Ensure you have Node.js installed on your computer to launch the module.

  • After installing Node.js:
    1. Open the Enatega MultiVendor code in a code editor.
    2. To run the enatega-multivendor-admin, open it in the integrated terminal by:
      • Right-clicking on the enatega-multivendor-admin folder and selecting “Open in Integrated Terminal”
      • Or by using the following command in the terminal:
    cd <Project directory>

For example:

    cd enatega-multivendor-admin
demo
  • To test the Admin(you don’t have own server url) and check the look and feel, no changes are needed.
  • To run the Admin against your own server URL:
    • Go to the src folder.
    • Inside the src folder, go to the config folder.
    • In the config folder, open constants.js.
    • Replace the following in constants.js:
      • SERVER_URL
      • WS_SERVER_URL
      • GOOGLE_MAPS_KEY
    dome
    • After completing all the configurations, it’s time to run the admin dashboard.
    • To run the admin dashboard, open the terminal and run the following commands:
     npm install (or yarn install)
     npm start
    demo

    On this page