Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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