📧 EML reader - render content of email source
- nodejs version >= 4
- npm
npm install
npm start
- will build frontend and run server- open localhost:3000
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