Survey.me is a webapp to let users get the opinions of email recipients.
Clone the repository and install all server-side dependencies using npm.
npm install
Next, navigate to the client directory install all all client-side dependencies using npm.
cd client
npm install
To run the app on https://localhost:3000, run the following.
npm run dev