https://github.com/timothymiller/semantic-ui-preact-app
An unopinionated template for creating web apps on the Next.js platform using Semantic UI & Preact.
https://github.com/timothymiller/semantic-ui-preact-app
Last synced: 11 months ago
JSON representation
An unopinionated template for creating web apps on the Next.js platform using Semantic UI & Preact.
- Host: GitHub
- URL: https://github.com/timothymiller/semantic-ui-preact-app
- Owner: timothymiller
- Created: 2020-02-12T07:31:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T07:32:16.000Z (over 6 years ago)
- Last Synced: 2025-02-26T21:46:15.133Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Semantic UI + Preact App
This template is a launch point for Web Apps on the Next.js platform using Semantic UI + Preact.
## Why Semantic UI?
It is supported by Amazon, Microsoft, & Netflix (everybody but Google)
## Why Preact?
Reducing the space required to deliver JavaScript is popular.
## Install it and run:
```bash
npm install
npm run dev
# or
yarn
yarn dev
```