Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tophercully/hexpaint
https://github.com/tophercully/hexpaint
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tophercully/hexpaint
- Owner: tophercully
- Created: 2024-11-09T19:21:52.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T19:21:54.000Z (about 2 months ago)
- Last Synced: 2024-11-09T20:22:31.983Z (about 2 months ago)
- Language: CSS
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite + Typescript + Tailwind + Prettier
Template to spin up boilerplate for a web appTo start, run your typical vite start for dev
`npm run dev`
Then run Tailwind's watch process
`npx tailwindcss -i ./src/input.css -o ./src/output.css --watch`
Includes a color in Tailwind called `base` which is pure grayscale values from white at base-50 to black at base-950.
It also includes basic useful colors like `error`(red), `success`(green), `info`(blue), and `special`(purple)