Browse Source

working on chapter 3

tomi 6 years ago
parent
commit
974964800c
1 changed files with 11 additions and 0 deletions
  1. 11 0
      LearnNode/Videos.md

+ 11 - 0
LearnNode/Videos.md

@@ -1 +1,12 @@
 # 01 - Getting Setup
+* Node > 7.6 to have async support
+* Install dependencies
+* PUG ist supported in VS Code
+
+# 02 - Set Up MongoDB
+* Set up a mongo server. I use docker mongo + nosqlclient
+
+# 03 - Starter Files
+* Manage .env files properly
+* Using mainly express server
+*