Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidjs/solid-realworld
A Solid Implementation of the Realworld Example App
https://github.com/solidjs/solid-realworld
Last synced: about 1 month ago
JSON representation
A Solid Implementation of the Realworld Example App
- Host: GitHub
- URL: https://github.com/solidjs/solid-realworld
- Owner: solidjs
- Created: 2019-10-17T03:10:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T04:57:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T18:38:37.806Z (about 2 months ago)
- Language: JavaScript
- Size: 565 KB
- Stars: 229
- Watchers: 5
- Forks: 33
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-solid-js - Realworld
README
# ![RealWorld Example App](logo.png)
> ### Solid.js codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.
### [Demo](https://solidjs.github.io/solid-realworld) [RealWorld](https://github.com/solidjs/solid-realworld)
This codebase was created to demonstrate a fully fledged fullstack application built with Solid.js including CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the Solid.js 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
To run locally during development:
- `npm install` to install all dependencies
- `npm start` to build and serve app locally
- browse to http://localhost:5000/To create a production build:
- `npm run build` creates a development build, with all source compiled into ./public/ folder