Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirbodbehnam/webdev-1401
Assignments of Webdev course of Sharif University of Technology Fall 2022
https://github.com/hirbodbehnam/webdev-1401
Last synced: 14 days ago
JSON representation
Assignments of Webdev course of Sharif University of Technology Fall 2022
- Host: GitHub
- URL: https://github.com/hirbodbehnam/webdev-1401
- Owner: HirbodBehnam
- License: mit
- Created: 2022-11-15T17:33:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T07:17:45.000Z (over 1 year ago)
- Last Synced: 2024-04-24T12:56:48.043Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 1.89 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webdev 1401
## Project members
* Erfan Mojibi
* Soroush Sherafat
* Hirbod Behnam## Tailwind Compile
```
npm i
npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch
```