This app lets users manage their recipes. It's primarily built with Svelte and Serverless.
/backend
npm install -g serverless
)npm install
sls deploy
After deploying, check the console logs for information about the endpoints
(needed to configure the frontend).
/frontend
config.js
with the information from the backend deployment. You'll also need to provide Auth0 credentials here.npm install
npm start
By default, the app will be made available on http://localhost:1234
.