boilerplate
boilerplate copied to clipboard
🏗 A personal collection of boilerplate files ranging in use cases from front-end to back-end
NATHAN THOMAS' BOILERPLATE COLLECTION
This repository contains boilerplate for front-end, back-end, state management, and everything else in between.
TABLE OF CONTENTS
Use Case | Type | Status | Packages | Link |
---|---|---|---|---|
both |
Testing | Complete | React Testing Library/UUID | Click Here |
back-end |
Server Framework | Complete | Express, REST, Postgres | Click Here |
back-end |
Server Framework | Incomplete | Express, GraphQL, MongoDB | |
back-end |
Server Framework | Complete | Express, GraphQL, Postgres | Click Here |
NOTES
As this is my personal collection of boilerplate, it is (by it's very nature) opinionated. Each of us codes in a slightly different way, and everyone has their own preferred method; while there are many ways to write clean and elegant code, these boilerplate files are the way I currently preferred to structure my code at the time of authorship. That does not mean you're wrong in your approach; in fact, it's highly likely that I've since tweaked my own methods and just haven't updated this repo yet. I hope that you can take what you see here, adapt it to your own style, and then make something completely and incredibly new out of it.
PROJECT MANAGEMENT
- Check out the Trello board for this project to see what's being worked on, what's been finished, and what's still to come.
AUTHOR
ACKNOWLEDGEMENTS
- Josh Knell - The Big Boss. The Big Cheese. Thanks for teaching me the basics and for keeping it real. Banjo on.
- Dustin Myers - The Legend himself. Dustin is the reason I can even write a single line of code in React. Thanks for your leadership, Dustin.
- Luis Hernandez - Luis, thanks for teaching me about the Bros and Homies. Your leadership in Lambda School back-end week lets me build servers and move mountains.
- John Mitchell - You opened up the statically-typed world of Java to me. Thank you for being willing to jump on Zoom calls to explain everything.
- Dan Levy - Thanks for all of your advice, Dan. You consistently come through with gold when I have questions. I appreciate you.
- Frank Faustino - Thanks for paving the way in Lambda School and inspiring both me and future generations of students to reach higher than we would have otherwise. I saw your boilerplate library and thought it was awesome, so here we are.
- useHooks.com - A great source of custom React Hooks recipes from which I've borrowed several.