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

https://github.com/kjbrum/tailwind-mix-twig-starter


https://github.com/kjbrum/tailwind-mix-twig-starter

Last synced: 20 days ago
JSON representation

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
```