Skip to content

Writing down what you know, and even what you don’t, helps you to master a subject.

License

Notifications You must be signed in to change notification settings

dev-nguyenhoanganh/learn-react

Repository files navigation

Các phần mềm cần cài đặt trước khi chạy môi trường

  • node.js (v20.9.0)
  • Web browser (Google Chrome, Microsoft Edge, ...)

Hướng dẫn khởi chạy ứng dụng

  1. Bật ứng dụng Command Prompt và truy cập vào thư mục lưu source code bằng lệnh cd

Ví dụ:

cd D:\05_BB_TIS\sample_spa_src
  1. Thực hiện chạy command để cài các thư viện:
npm i
  1. Chạy ứng dụng
npm start
  1. Bật trình duyệt web và truy cập vào URL: http://localhost:9000/

  2. Chạy test code (Jest)

npm run test

About

Writing down what you know, and even what you don’t, helps you to master a subject.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages