Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 446 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 446 Bytes

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