https://github.com/9andresc/css-for-js
Code from the CSS for JS developers tutorial
https://github.com/9andresc/css-for-js
Last synced: 2 months ago
JSON representation
Code from the CSS for JS developers tutorial
- Host: GitHub
- URL: https://github.com/9andresc/css-for-js
- Owner: 9andresc
- Created: 2022-03-28T11:55:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T23:52:33.000Z (about 3 years ago)
- Last Synced: 2025-02-04T16:50:22.014Z (4 months ago)
- Language: TypeScript
- Homepage: css-for-js.vercel.app
- Size: 301 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Code from the CSS for JS developers tutorial

# Getting Started
1. `$ yarn install`
2. `$ yarn dev`# Usage
- Once `$ yarn dev` is executed you can see the app in the browser at [http://localhost:3000](http://localhost:3000)
- Or you can see the app running in [https://css-for-js.vercel.app](https://css-for-js.vercel.app)