Skip to content

Instantly share code, notes, and snippets.

@ross-u
Created November 10, 2020 15:35
Show Gist options
  • Save ross-u/eb91f726870a183d4774290ebb68d5f0 to your computer and use it in GitHub Desktop.
Save ross-u/eb91f726870a183d4774290ebb68d5f0 to your computer and use it in GitHub Desktop.
File structure example
📦02-express-server
 ┣ 📂node_modules
 ┣ 📂public
 ┃ ┃
 ┃ ┣ 📂css
 ┃ ┃ ┣ 📜about.css
 ┃ ┃ ┗ 📜main.css
 ┃ ┃  
 ┃ ┣ 📂views
 ┃ ┃ ┣ 📜about.html
 ┃ ┃ ┗ 📜index.html
 ┃ ┃ 
 ┃ ┣ 📜cat.jpeg
 ┃ ┗ 📜dog.jpeg
 ┃
 ┣ 📜.gitignore
 ┣ 📜app.js
 ┣ 📜package-lock.json
 ┗ 📜package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment