https://github.com/argyleink/google-io-2021-workshop_user-adaptive-interfaces
https://github.com/argyleink/google-io-2021-workshop_user-adaptive-interfaces
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/argyleink/google-io-2021-workshop_user-adaptive-interfaces
- Owner: argyleink
- Created: 2021-03-15T16:10:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T03:54:45.000Z (over 4 years ago)
- Last Synced: 2025-06-29T12:08:51.905Z (about 1 year ago)
- Language: HTML
- Homepage: https://googleio-adaptive-ui-workshop.netlify.app/
- Size: 83 KB
- Stars: 28
- Watchers: 2
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Welcome
This repository is a branch by branch walk through of this [Google IO 2021 Workshop](https://codelabs.developers.google.com/codelabs/user-adaptive-interfaces)
### Getting Started
[Vite](https://vitejs.dev/) is the tool used in this project. Have node.js (v12 or newer) installed and run the following commands:
```bash
npm install
npm start
```
The command line will show you where to visit the running project, and enjoy live CSS and JS reloading.