Send emails from csv file using mailchimp
- Node.js 6.x
- other dependencies are included in package.json, and can be installed using npm/yarn.
$> npm install
# to install the npm packages.
$> npm start
# to run the dev server in port 3000.
$> npm run build:dev
# to bundle a dev bundle.
$> npm run build:prod
# to bundle a prod bundle.
$> npm run prod
# to run the server with production bundle.
$> npm run clean
# to remove dist folder.