https://github.com/training-yoyosan/flexbox-and-grid-for-responsive-web
Flex and Grid for Responsive Web
https://github.com/training-yoyosan/flexbox-and-grid-for-responsive-web
flexbox floats grid-layouts grids
Last synced: 3 months ago
JSON representation
Flex and Grid for Responsive Web
- Host: GitHub
- URL: https://github.com/training-yoyosan/flexbox-and-grid-for-responsive-web
- Owner: training-yoyosan
- Created: 2020-05-17T12:02:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T06:18:25.000Z (over 2 years ago)
- Last Synced: 2025-01-02T05:23:57.053Z (5 months ago)
- Topics: flexbox, floats, grid-layouts, grids
- Language: Vue
- Homepage: https://fagfrw.netlify.app/
- Size: 6.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/fagfrw/deploys)
# Flexbox and Grid for Responsive Web (flexbox-and-grids-for-responsive-web)
Check out at https://fagfrw.netlify.app/.
Find the course at https://frontendmasters.com/courses/css-grids-flexbox/.
## Install the dependencies
```bash
yarn
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn run lint
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).