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.
- Host: GitHub
- URL: https://github.com/fbrump/system-layouts
- Owner: fbrump
- License: mit
- Created: 2024-07-11T21:05:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T21:08:43.000Z (over 1 year ago)
- Last Synced: 2024-12-01T21:31:48.452Z (over 1 year ago)
- Topics: css3, html5, layouts, tailwindcss, vuejs
- Language: JavaScript
- Homepage:
- Size: 467 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```