listmonk/frontend/email-builder
Kailash Nadh 8fc3d27b63
Merge pull request #2423 from knadh/dependabot/npm_and_yarn/frontend/email-builder/vite-5.4.18
Bump vite from 5.4.10 to 5.4.18 in /frontend/email-builder
2025-04-23 00:10:31 +05:30
..
src Refactor 'media upload' integration in campaign visual editor. 2025-04-20 20:48:51 +05:30
index.html Move email-builder src from / to /frontend. 2025-04-20 20:48:51 +05:30
LICENSE Move email-builder src from / to /frontend. 2025-04-20 20:48:51 +05:30
package.json Bump vite from 5.4.10 to 5.4.18 in /frontend/email-builder 2025-04-21 13:55:40 +00:00
README.md Move email-builder src from / to /frontend. 2025-04-20 20:48:51 +05:30
tsconfig.json Move email-builder src from / to /frontend. 2025-04-20 20:48:51 +05:30
vite.config.ts Prepare first RC. 2025-04-20 20:48:51 +05:30
yarn.lock Merge pull request #2423 from knadh/dependabot/npm_and_yarn/frontend/email-builder/vite-5.4.18 2025-04-23 00:10:31 +05:30

@usewaypoint/editor-sample

Use this as a sample to self-host EmailBuilder.js.

To run this locally, fork the repository and then in this directory run:

  • npm install
  • npx vite

Once the server is running, open http://localhost:5173/email-builder-js/ in your browser.