https://github.com/pagepro/css-grid-workshop
https://github.com/pagepro/css-grid-workshop
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pagepro/css-grid-workshop
- Owner: Pagepro
- Created: 2018-10-26T11:26:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T09:20:42.000Z (over 6 years ago)
- Last Synced: 2025-03-22T06:01:43.796Z (2 months ago)
- Language: CSS
- Size: 2.62 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`