Skip to content

trinhvuduc/introSE-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

Đầu tiên, cài đặt Nodejs

https://nodejs.org/en/

Sau đó, cài đặt vài thư viện cần thiết

cd client
npm install
cd ..
cd server
npm install

Tiếp theo, mở terminal trỏ về đúng folder

Run client

cd client
npm start

Run server

Mở một terminal khác

cd server
npm start

Enjoy ^^

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published