https://github.com/alwarg/css-viewer
https://github.com/alwarg/css-viewer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alwarg/css-viewer
- Owner: AlwarG
- License: mit
- Created: 2023-01-11T07:23:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T11:59:30.000Z (over 3 years ago)
- Last Synced: 2025-02-16T20:27:37.599Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://css-viewer.vercel.app/
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# CSS Viewer
The [tool](https://fingerprinted-css.vercel.app) to view the available css styles from the assets map json of the your application
## Inspiration
This is the inspiration from [CSS Stats](https://github.com/cssstats/cssstats)
## Development
First, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## License
This project is licensed under the [MIT License](https://github.com/AlwarG/fingerprinted-css-assets/blob/main/license).