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

https://github.com/pagepro/css-grid-workshop


https://github.com/pagepro/css-grid-workshop

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CSS Grid Workshop

## Requirements
1. [node](https://nodejs.org/en/) & [npm](https://docs.npmjs.com/cli/install) or [yarn](https://yarnpkg.com/lang/en/docs/install).
2. SASS

## [Installation](docs/install.md)

```shell
cd package_directory
```

```shell
npm i
```
or

```shell
yarn
```

## Usage

### Run development tasks:

```shell
npm run start
```

or

```shell
yarn run start
```

Aliases: `gulp`