Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mutoe/preact-realworld-example-app

Exemplary realworld application built with Preact
https://github.com/mutoe/preact-realworld-example-app

preact preact-hooks preact-router realworld tdd typescript

Last synced: 5 days ago
JSON representation

Exemplary realworld application built with Preact

Awesome Lists containing this project

README

        

# ![RealWorld Example App](logo.png)

[![Build Status](https://img.shields.io/github/workflow/status/mutoe/preact-realworld-example-app/Node%20CI?style=flat-square)](https://github.com/mutoe/preact-realworld-example-app/actions)
[![Coverage Status](https://img.shields.io/coveralls/github/mutoe/preact-realworld-example-app?style=flat-square)](https://coveralls.io/github/mutoe/preact-realworld-example-app?branch=master)

> Forked from [hassanbazzi/preact-realworld-example-app](https://github.com/hassanbazzi/preact-realworld-example-app)

> ### [Preact X](https://github.com/preactjs/preact) codebase containing real world examples (typescript, hooks, wmr, fetch, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.

### [Demo](https://github.com/gothinkster/realworld) [RealWorld](https://github.com/gothinkster/realworld)

This codebase was created to demonstrate a fully fledged fullstack application built with **[Preact]** including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the **[Preact]** community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.

# Getting started

```shell script
# install dependencies
yarn

# start development
yarn start

# build
yarn build

# visualize bundle size
yarn build:visualize
```