Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/konnorrogers/bridgetown-slim-starter

Bridgetown + Slim + Tailwind + HotReload niceness
https://github.com/konnorrogers/bridgetown-slim-starter

bridgetown bridgetown-starter slim tailwind tailwindcss

Last synced: 24 days ago
JSON representation

Bridgetown + Slim + Tailwind + HotReload niceness

Awesome Lists containing this project

README

        

# Frontend Redesign

## Requirements

- Bridgetown
- Yarn
- Ruby

## Getting started

```bash
git clone https://github.com/hoalife/frontend
cd frontend
bundle install && yarn install
```

### Development

```bash
yarn start
```

Then open up `localhost:4000`

### Production

```bash
yarn build
```

This will build to `output/`