Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T06:18:25.000Z (about 2 years ago)
- Last Synced: 2023-03-04T10:47:17.898Z (almost 2 years 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
[![Netlify Status](https://api.netlify.com/api/v1/badges/3fde15e6-8a22-4c75-b383-9dd1f2076165/deploy-status)](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).