Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablemark/vite-preact-tailwind-template
Vite Preact Tailwind template
https://github.com/remarkablemark/vite-preact-tailwind-template
preact tailwind tailwindcss template typescript vite
Last synced: about 2 months ago
JSON representation
Vite Preact Tailwind template
- Host: GitHub
- URL: https://github.com/remarkablemark/vite-preact-tailwind-template
- Owner: remarkablemark
- License: mit
- Created: 2024-11-10T22:19:10.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-10T22:31:32.000Z (about 2 months ago)
- Last Synced: 2024-11-10T23:22:17.710Z (about 2 months ago)
- Topics: preact, tailwind, tailwindcss, template, typescript, vite
- Language: JavaScript
- Homepage: http://remarkablemark.org/vite-preact-tailwind-template/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vite-preact-tailwind-template
[![build](https://github.com/remarkablemark/vite-preact-tailwind-template/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/vite-preact-tailwind-template/actions/workflows/build.yml)
Vite Preact Tailwind template.
## Install
Clone the repository:
```sh
git clone https://github.com/remarkablemark/vite-preact-tailwind-template.git
cd vite-preact-tailwind-template
```Install the dependencies:
```sh
npm install
```## Run
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://127.0.0.1:5173](http://127.0.0.1:5173) to view it in the browser.
The page will reload if you make edits.
You will also see any errors in the console.
### `npm run build`
Builds the app for production to the `dist` folder.
It correctly bundles in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
### `npm run lint`
Runs ESLint.
## License
[MIT](LICENSE)