Node JS
  • SetUp Node&NVM
  • Folder Structure
  • Setup NodeJS Project
  • Library
    • Awilix
    • Swagger
    • Express
    • Jest
      • Supertest
    • Prettier
    • Eslint & Tslint
      • Tslint & Prettier
      • Tslint Plugin Prettier
      • Config With Airbnb
    • Husky And Friends
    • Sentry
  • INFRASTRUCTURE
    • Docker
      • Docker image
      • Docker container
      • Docker Volume
      • Docker command
      • Docker Compose
      • Problem & Solution
    • SonarQube
      • How to use in Nodejs
    • NGinX
    • ดูเพิ่มเติม
  • Note
    • .env declare type
    • Learn Link
Powered by GitBook
On this page

SetUp Node&NVM

NextFolder Structure

Last updated 3 years ago

  • Node

    JavaScript มีการ Complied เป็น Byte Code ด้วย V8 Engine ของ Google.

    Version: ()

  • NVM

    Node Version Manager เป็นเครื่องมือสำหรับจัดการกับเวอร์ชันของ node ในเครื่องเรา

16.14.2
(AllVersion)
ติดตั้ง
รู้จัก nvm (Node Version Manager) และการใช้งานจบครบทุกอย่างในบล็อกเดียวMedium
Logo