snapframework / snap

Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
455 stars 68 forks source link

Example projects in the readme / snap website? #185

Closed chrissound closed 7 years ago

chrissound commented 7 years ago

As a Haskell novice, I've had difficulty getting familiar with Snap, I've personally found example projects very useful.

Does anyone else think listing some examples projects in the readme / snap website could be a good idea?

mightybyte commented 7 years ago

Sure, this seems like a good idea. I would love to hear suggestions about which example projects you found useful. We do have the default project templates available with the snap init command as described on the website. Those projects live in this repository: https://github.com/snapframework/snap-templates/tree/master/project_template

I also added an examples section to the FAQ:

http://snapframework.com/faq#what-are-some-good-examples-of-snap-applications

chrissound commented 7 years ago

I found this quite useful: http://bonus500.github.io/sc2blog/

There was another one or two but don't recall which ones they are.

mightybyte commented 7 years ago

Thanks! I added it.

For faster turnaround in the future, you could make the change here and submit a pull request.

mightybyte commented 7 years ago

Oh, one other place you can look for this kind of thing is the snap subreddit:

https://www.reddit.com/r/snapframework/