https://github.com/doemser/hh-web-24-2-css-responsive
https://github.com/doemser/hh-web-24-2-css-responsive
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/doemser/hh-web-24-2-css-responsive
- Owner: doemser
- Created: 2024-03-07T09:22:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T09:23:00.000Z (over 2 years ago)
- Last Synced: 2024-10-16T19:52:38.783Z (over 1 year ago)
- Language: CSS
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo-start
## Task
## Notes
- You only have to touch the `./css/styles.css` file.
- You find the end point for this demo in `sessions/css-responsive/demo-end`.
## Development
### Local Development
Run `npm run start` to start a development server and open [localhost:3000](http://localhost:3000) in a browser.
> Alternatively you can use the Live Preview Extension for Visual Studio Code to view this project.
> Select the HTML file you want to view, press ⇧⌘P, search for `Live Preview: Show Preview` and confirm with Enter.
### CodeSandbox Cloud
Select the "Preview: 3000" tab to view this project.
> The `npm run start` script runs automatically.
### Scripts
You can use the following commands:
- `npm run start` to start a development server