Skip to content

s0ph1e/eml-reader

Repository files navigation

eml-reader

📧 EML reader - render content of email source

Requirements

  • nodejs version >= 4
  • npm

Install and run

  • npm install

Development

Production

  • npm run build - build frontend
  • run app.js file with your favourite process management tool
# Example
npm i
npm run build
PORT="XXXX" pm2 start app.js