瀏覽代碼

working on chapter 3

tomi 6 年之前
父節點
當前提交
974964800c
共有 1 個文件被更改,包括 11 次插入0 次删除
  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
+*