Email Editor
  • Get Started
    • Installation and Usage
    • Run Locally
  • Components
    • Button
    • Container
    • Divider
    • HTML Box
    • Image
    • Text
    • Video
  • Customization
  • Benefits
Powered by GitBook
On this page
  1. Get Started

Run Locally

This page will help you to run the email editor locally

PreviousInstallation and UsageNextComponents

Last updated 3 years ago

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

https://github.com/ravenappdev/email-editor.git