Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinarskii/solid-tinarskii.com
Tinnaphat's website
https://github.com/tinarskii/solid-tinarskii.com
Last synced: 9 days ago
JSON representation
Tinnaphat's website
- Host: GitHub
- URL: https://github.com/tinarskii/solid-tinarskii.com
- Owner: tinarskii
- Created: 2022-07-13T02:00:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T16:28:21.000Z (about 2 years ago)
- Last Synced: 2024-11-07T05:15:39.593Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://tin-sci.me
- Size: 7.43 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hardtail
Template for building SolidJS web application with Tailwind CSS faster!
# Setup
First you could clone or fork this project or repository to your local machine.
By using `git` or `degit` commandsGit: `git clone https://github.com/thevvx/hardtail.git`
Degit: `degit tihevvx/hardtail`Then you need to install all required dependencies with pnpm (preferred) or yarn.
By running `pnpm install` or `yarn` you will get all required dependencies.After that you could run `pnpm dev` or `yarn dev` to start the development server.
# What's included
- [SolidJS](https://solidjs.com/) that is built with [Vite](https://vitejs.org/)
- [Tailwind CSS v3](https://tailwindcss.com/)
- [Ko-Fi Buttons](https://ko-fi.com/)
- [Font Awesome](https://fontawesome.com/)
- [Google Fonts](https://fonts.google.com/)# Features
- [ ] A dark mode theme support
- [x] A basic modal component
- [ ] Customizable error page
- [x] Responsive design out of the box
- [x] LocalStorage support
- [ ] Cool modal transitions
- [ ] Testing library
- [x] Prettier and ESLint support