Run Locally
This page will help you to run the email editor locally
Last updated
This page will help you to run the email editor locally
Last updated
Clone the repository
The first step is to have a local working copy of the repository. To do so follow these steps -
Open the command prompt.
Run the command git clone
Install the dependencies
The email editor repository has two folders in it - app i.e., the frontend of email editor and server i.e., the backend of the email editor.
To install the dependencies of app follow these steps -
Change directory to app.
Run command npm install
To install the dependencies of server follow these steps -
Change directory to server.
Run command npm install
Start Email Editor locally
To start the server locally -
Run command npm run dev-start
To start the app locally -
For windows - Run command npm run start-windows
For Linux - Run command npm run start