Skip to content

Instantly share code, notes, and snippets.

@alice-em
Created November 11, 2016 00:40
Show Gist options
  • Save alice-em/ca06adbdac36ccdaf4d42551a4867adc to your computer and use it in GitHub Desktop.
Save alice-em/ca06adbdac36ccdaf4d42551a4867adc to your computer and use it in GitHub Desktop.
- http://timstermatic.github.io/blog/2013/08/17/a-simple-mvc-framework-with-node-and-express/
- how to make your express app mvc-like. went a lil over my head, but maybe i'm a noob.
- https://code.tutsplus.com/tutorials/build-a-complete-mvc-website-with-expressjs--net-34168
- this one went over my head too
- http://www.9bitstudios.com/2014/10/creating-an-mvc-express-js-application/
- https://hackhands.com/delving-node-js-express-web-framework/
- http://cwbuecheler.com/web/tutorials/2013/node-express-mongo/
- this one helped me understand models
- https://www.packtpub.com/books/content/angularjs-nodejs-and-firebase-startup-web-developers-toolkit
- a lil outdated for adding firebase to your app (if you wanna go that route instead of express), but it's a good start
- https://anotheruiguy.gitbooks.io/nodeexpreslibsass_from-scratch/content/express.html
- https://youtu.be/QseHOX-5nJQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment