An open API service indexing awesome lists of open source software.

https://github.com/vuvandinh123/checkin

website điểm danh giáo viên trường cao đẳng Công Thương TPHCM
https://github.com/vuvandinh123/checkin

firebase react

Last synced: 5 months ago
JSON representation

website điểm danh giáo viên trường cao đẳng Công Thương TPHCM

Awesome Lists containing this project

README

          

# Cách chạy ứng dụng web
1- Sửa file cấu hình firebase trong src/firebaseConfig.jsx
```js
const firebaseConfig = {
apiKey: "",
authDomain: "",
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: "",
measurementId: "",
};
```
2- chạy lệnh tải các gói cần thiết `npm install`
3- Chạy ứng dụng `npm run dev`