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

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.

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