Skip to content

quy261/project-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hướng dẫn chạy dự án

Install các packages phục vụ cho dự án

npm i --save react-router-dom
npm i --save lodash
npm i --save styled-components
npm i --save date-fns
npm i --save firebase  
npm i --save antd ant-design/icons

Thiết lập cấu hình file config.js

...(xem trong video hương dẫn)

Tải firebase CLI để chạy firebase local emulator dành cho chế độ local development

Tạo thư mục mới emulator -> new terminal tại thư mục này -> npm i --save -g firebase-tools

Thiết lập firebase emulator

### Đăng nhập vô tài khoản firebase đã dùng để thiết lập cấu hình trong file config.js
    Tại terminal trên: firebase login 
### Khởi tạo
    firebase init -> ...(xem trong video hướng dẫn)
### khởi chạy
    firebase emulators:start

Chạy dự án

Tại thư mục chat-app -> new terminal -> npm start/yarn start           

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published