https://github.com/kjbrum/tailwind-mix-twig-starter
https://github.com/kjbrum/tailwind-mix-twig-starter
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kjbrum/tailwind-mix-twig-starter
- Owner: kjbrum
- Created: 2021-03-17T18:26:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-17T18:27:48.000Z (about 4 years ago)
- Last Synced: 2025-02-12T07:55:17.760Z (2 months ago)
- Language: JavaScript
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tailwind + Mix + Twig Starter
### Setup
> Install npm packages
```sh
yarn
```### Development
> Watch for file changes and livereload
```sh
yarn dev
```### Production
> Build site into `/build` folder
```sh
yarn build
```