This is a simple project made to be a template for anothers, it consists of one page that are used to get new listeners in one newsletter.
- Supabase: to storage all data;
- Express: as a backend server;
- Webpack: used only on production environment.
Start server running yarn dev
or npm run dev
and access http://localhost:3030/. The unique route available is /send-email that accepts POST method, just insert some email on the JSON body.