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

https://github.com/fbrump/system-layouts

In this repository, I want to put into practice my knowledge of HTML, CSS, and (not much) Javascript to build some layouts with a focus on systems.
https://github.com/fbrump/system-layouts

css3 html5 layouts tailwindcss vuejs

Last synced: 3 months ago
JSON representation

In this repository, I want to put into practice my knowledge of HTML, CSS, and (not much) Javascript to build some layouts with a focus on systems.

Awesome Lists containing this project

README

          

# System Layouts
In this repository, I want to put into practice my knowledge of HTML, CSS, and (not much) Javascript to build some layouts with a focus on systems.

# How to run

First, go to the app folder "system-layout"

```

cd system-layouts

```

Then, install dependencies.

```

yarn

```

Next, run the server.

```

yarn run dev

```
# CSS

In the work with TailwindCSS is important to have it intsalled in the yarn, and watch all the changes.

```bash
npx tailwindcss -i ./src/style.css -o ./src/output.css --watch
```