Skip to content

Latest commit

 

History

History

README.md

1. Tải các thư viện cần thiết:

npm install

2. Chạy code để phát triển:

npm run start

Cổng web-server cấu hình trong file package.json:

"start": "webpack serve --open --port 8181 --config webpack.dev.config.js"

3. Build Production

  • Build App:

npm run build