Installation
How to setup Web Dashboard
- Clone or download source code from GitHub
- To download the Enatega Web Click here on Download Enatega Multivendor.
Enatega Multivendor | Web and Mobile Project Clone
⚠ Note: Ensure you have Node.js installed on your computer to launch the module.
- After installing Node.js:
- Open the Enatega MultiVendor code in a code editor.
- To run the
enatega-multivendor-web
, open it in the integrated terminal by:- Right-clicking on the
enatega-multivendor-web
folder and selecting “Open in Integrated Terminal” - Or by using the following command in the terminal:
- Right-clicking on the
cd <Project directory>
For example:
cd enatega-multivendor-web
- To test the Web(you don’t have own server url) and check the look and feel, no changes are needed.
- To run the Web against your own server URL:
- Go to the
src
folder. - Inside the
src
folder, go to theconfig
folder. - In the
config
folder, openconstants.js
. - Replace the following in
constants.js
:SERVER_URL
WS_SERVER_URL
GOOGLE_MAPS_KEY
- Go to the
- After completing all the configurations, it’s time to run the Enatega Web.
- To run the Enatega Web, open the terminal and run the following commands:
npm install (or yarn install)
npm start