Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5t3ph/course-accessible-cross-browser-forms
Source code for the egghead course "Accessible Cross-Browser CSS Form Styling". Visit the link to take the course!
https://github.com/5t3ph/course-accessible-cross-browser-forms
a11y course css egghead egghead-course forms sass scss
Last synced: 11 days ago
JSON representation
Source code for the egghead course "Accessible Cross-Browser CSS Form Styling". Visit the link to take the course!
- Host: GitHub
- URL: https://github.com/5t3ph/course-accessible-cross-browser-forms
- Owner: 5t3ph
- Created: 2020-12-02T03:28:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-22T03:09:52.000Z (almost 4 years ago)
- Last Synced: 2024-10-26T05:36:52.921Z (24 days ago)
- Topics: a11y, course, css, egghead, egghead-course, forms, sass, scss
- Language: HTML
- Homepage: https://5t3ph.dev/a11y-forms
- Size: 117 KB
- Stars: 17
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accessible Cross-Browser Forms
This course uses the static site generator [Eleventy](https://11ty.dev) as the build processing tool, and Nunjucks templating to composite the form partials into screens. Knowledge of either is not required to complete the course or to extend the solutions to other platforms and contexts.
The `start` script includes Sass compilation complete with autoprefixing for accuracy of cross-browser testing.
Knowledge of Eleventy is not required, but if you'd like to learn more you can learn to create an Eleventy site from scratch by [completing my other egghead course](https://egghead.io/playlists/build-an-eleventy-11ty-site-from-scratch-bfd3?af=2s65ms).
## Project scripts
All of the following 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.Individual lessons include their own `package.json` with `start` and `build` commands that can be run via node or yarn.