Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qnhat2004/quanlynhanvien2
https://github.com/qnhat2004/quanlynhanvien2
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qnhat2004/quanlynhanvien2
- Owner: qnhat2004
- Created: 2024-06-27T17:13:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T17:17:47.000Z (4 months ago)
- Last Synced: 2024-06-27T20:47:59.113Z (4 months ago)
- Language: JavaScript
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tải các thư viện về trước khi chạy
## Demo:
![alt text](image.png)- Paste vào cmd:
```bash
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init --full
npm i validator
npm install --save @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/react-fontawesome
npm install node-fetch
```- Dán 3 dòng này vào đầu file **index.css**
```css
@tailwind base;
@tailwind components;
@tailwind utilities;
```- Thay thế dòng **content** trong file **tailwind.config.js** bằng:
```js
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
```## Chạy dự án
```bash
npm run start
```