Skip to content

Instantly share code, notes, and snippets.

@road1987
road1987 / node-folder-structure-options.md
Created March 31, 2020 12:56 — forked from lancejpollard/node-folder-structure-options.md
What is your folder-structure preference for a large-scale Node.js project?

What is your folder-structure preference for a large-scale Node.js project?

0: Starting from Rails

This is the reference point. All the other options are based off this.

|-- app
|   |-- controllers
|   |   |-- admin
@road1987
road1987 / introrx.md
Created March 10, 2017 09:15 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing