Skip to content
/ sumthing Public

Sum up two numbers using a serverless function

License

Notifications You must be signed in to change notification settings

n2o/sumthing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sumthing

Deploy with Vercel

Sum up two numbers. Uses a serverless function deployed to vercel for calculation.

Development

Frontend

Develop the frontend with babashka. Edit site.clj and then generate the html file via REPL or with this command:

bb site.clj

Backend

Deliver the generated frontend and a node-backend to deploy the serverless-functions with:

vercel dev

Production

Do a production build with:

vercel --prod

About

Sum up two numbers using a serverless function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published