Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 510 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 510 Bytes

WELCOME

ABOUT

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.

MAIN DEPENDENCIES

  1. Supabase: to storage all data;
  2. Express: as a backend server;
  3. Webpack: used only on production environment.

USAGE

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.