Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/konnorrogers/bridgetown-slim-starter
- Owner: KonnorRogers
- Created: 2021-01-04T22:59:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-22T03:43:35.000Z (about 4 years ago)
- Last Synced: 2024-12-06T23:26:18.931Z (about 2 months ago)
- Topics: bridgetown, bridgetown-starter, slim, tailwind, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`