Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomaszbujnowicz/tailwindcss-starter
TailwindCSS starter - minimal boilerplate for building static pages based on Laravel Mix, TailwindCSS, and ES6 Vanilla JS components.
https://github.com/tomaszbujnowicz/tailwindcss-starter
boilerplate css front-end-starter-kit frontend-boilerplate frontend-development laravel-mix postcss8 purgecss tailwind-css tailwindcss tailwindcss-v3 tailwindcss3
Last synced: 4 months ago
JSON representation
TailwindCSS starter - minimal boilerplate for building static pages based on Laravel Mix, TailwindCSS, and ES6 Vanilla JS components.
- Host: GitHub
- URL: https://github.com/tomaszbujnowicz/tailwindcss-starter
- Owner: tomaszbujnowicz
- Created: 2019-11-08T13:15:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T08:53:02.000Z (5 months ago)
- Last Synced: 2024-10-12T23:52:36.366Z (4 months ago)
- Topics: boilerplate, css, front-end-starter-kit, frontend-boilerplate, frontend-development, laravel-mix, postcss8, purgecss, tailwind-css, tailwindcss, tailwindcss-v3, tailwindcss3
- Language: JavaScript
- Homepage: https://tomaszbujnowicz.github.io/tailwindcss-starter/
- Size: 1.82 MB
- Stars: 19
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TailwindCSS starter - minimal boilerplate for building static pages.
## 🚀 Laravel Mix, TailwindCSS 3, and ES6 Vanilla JS components.
### Requirements
Make sure all dependencies have been installed before moving on:* [yarn](https://yarnpkg.com/lang/en/)
* [Node.js](https://nodejs.org/en/download/) >= 10### Quick start: Installation
Clone this repository and run
- `yarn` to install dependencies### Tasks
| Task Name | Description
| :------------- | :------------- |
| `yarn development` | Run all Mix tasks
| `yarn watch` | Run all Mix tasks and watch all relevant files for changes
| `yarn hot` | Hot module replacement
| `yarn production` | Run all Mix tasks and minify output## Copyright and license
Copyright 2020 Tomasz Bujnowicz under the [MIT license](http://opensource.org/licenses/MIT).