Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qnhat2004/quanlynhanvien2


https://github.com/qnhat2004/quanlynhanvien2

Last synced: 6 days ago
JSON representation

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
```