Skip to content

PolyTekNik/WEB503-NodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WEB503 - NODEJS

Clone repo về máy

Mở thư mục sau:

Chuột phải -> Mở bằng Terminal:

Gõ lần lượt các lệnh sau và nhấn enter (mỗi lệnh enter một lần):
npm init
npm install --save express
npm install --save nodemon
npm install --save ejs
npm install --save multer


Cấu trúc dự án sau khi cài đặt thành công:

Chạy dự án:

Chạy từng bài lab trong project

Ví dụ chạy lab01: cd lab01 -> node index.js

Ví dụ chạy lab02: cd.. -> cd lab02 -> node index.js