https://github.com/5t3ph/course-grid-flexbox-landing-page
https://github.com/5t3ph/course-grid-flexbox-landing-page
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/5t3ph/course-grid-flexbox-landing-page
- Owner: 5t3ph
- Created: 2020-05-29T02:00:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T05:51:30.000Z (over 3 years ago)
- Last Synced: 2025-04-16T09:22:56.880Z (over 1 year ago)
- Language: CSS
- Size: 1.11 MB
- Stars: 11
- Watchers: 2
- Forks: 12
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create a Landing Page with CSS Grid and Flexbox
All scripts are run in the root package.
1. `yarn` installs all dependencies.
1. `yarn start 01` (replace with lesson number or keyword) runs the project in the browser.
1. `yarn latest` updates all dependencies.
1. `yarn clean:node_modules` deletes `node_modules` recursively.