https://github.com/tiagocavalcante/solidts-vite
SolidJS + TypeScript + TailwindCSS + Vite template
https://github.com/tiagocavalcante/solidts-vite
jsx solidjs template typescript vite
Last synced: 2 months ago
JSON representation
SolidJS + TypeScript + TailwindCSS + Vite template
- Host: GitHub
- URL: https://github.com/tiagocavalcante/solidts-vite
- Owner: TiagoCavalcante
- Created: 2022-12-14T02:25:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T02:32:52.000Z (over 2 years ago)
- Last Synced: 2025-01-29T11:51:09.759Z (4 months ago)
- Topics: jsx, solidjs, template, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solidts-vite
A template for seamlessly creating a SolidJS app with TypeScript and TailwindCSS
## Using this template
Press the green button saying "Use this template".

## Quick-start
1. `npm install`
2. Customize the package.json file with the information about your project. Don't forget to change the license if you don't want MIT! Once a license is chosen it is hard to (legally) change it
3. Replace the code from src/ with your code
4. Run `npm start` and have fun!