Basic Web Development #41
Replies: 1 comment 4 replies
-
Thank you for this! I just ran though the tutorial this morning and collected my thoughts here as I went along. I consider myself a Clojure beginner, or at the very least near enough a beginner to remember what might have confused me when I was just starting out. By and large, this was a pretty smooth experience. Just about everything in this post exists because I suspect more feedback is better than just a thumbs-up emoji. That said, 👍! Hope this is of some help, and I'll happily answer any questions. Create and set up your project
Add some styling
Set up your database
Create some db access functions
Create your Views
Set up your routes
Run your webapp during development
Deploy your webapp
My Weird CSS Problem and Final NotesOddly, when running the app from
But from the uberjar, it delivers the CSS without issue. So the styling is present when run via All in all, a pleasure. I definitely learned some things running through the tutorial, even after having done a few Clojure web tutorials before. Like I said before, if any of this seems helpful, but unclear, I'm eager to clarify. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://clojure-doc.org/articles/tutorials/basic_web_development/
Is this easy to follow?
Are there things that need additional explanation?
Is any part of this confusing?
Beta Was this translation helpful? Give feedback.
All reactions