Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).