Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).