https://github.com/pbutcher/nwt-css-abuse-talk
North Wales Tech - CSS Abuse Talk
https://github.com/pbutcher/nwt-css-abuse-talk
Last synced: 5 months ago
JSON representation
North Wales Tech - CSS Abuse Talk
- Host: GitHub
- URL: https://github.com/pbutcher/nwt-css-abuse-talk
- Owner: PButcher
- Created: 2019-11-05T23:23:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:42:00.000Z (over 3 years ago)
- Last Synced: 2025-07-11T18:57:30.370Z (12 months ago)
- Language: SCSS
- Homepage: https://pbutcher.uk/nwt/css-abuse-talk
- Size: 1.05 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS Abuse
Pushing the boundaries of CSS - A talk presented at North Wales Tech, December 9th 2019
## Introduction
You live in a parallel universe where SVG and JavaScript haven't been invented yet. You need to build a webpage with interactive content and vector images but the only tools at your disposal are HTML and CSS. It's the end of days, right? Wrong! You might be surprised by just how much is possible with these two humble languages. Here be dragons.
The talk is available [online](https://pbutcher.uk/nwt/css-abuse-talk). Alternatively, you can build and serve it locally.
## Build and Serve Locally
1. Clone this repository via HTTPS or SSH.
2. Install via NPM with `npm install`, or via Yarn with `yarn install`.
3. Build and serve locally with either `npm start` or `yarn start`.
4. The slide deck is now running at [`localhost:3000`](localhost:3000).
## Develop
Start the development server with either `npm start` or `yarn start`. Your SASS will be automatically compiled on save and the slide deck will be available at [`localhost:3000`](localhost:3000).