No description
  • Astro 78.1%
  • TypeScript 21.5%
  • JavaScript 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-09-14 12:07:43 +02:00
public feat: create astro template 2023-08-31 11:24:40 +02:00
src commit before I redo everything 2023-09-14 12:07:43 +02:00
.gitignore feat: create astro template 2023-08-31 11:24:40 +02:00
.prettierrc.js feat: add prettier support 2023-09-05 11:57:57 +02:00
astro.config.mjs temp 2023-09-01 11:22:51 +02:00
CODE_OF_CONDUCT.md chore: add a code of conduct 2021-10-02 10:18:38 +02:00
favicon.ico feat: add favicon 2021-09-07 13:25:57 +02:00
LICENSE chore: add MIT license 2021-10-02 10:07:45 +02:00
logo.png Add files via upload 2017-04-20 11:16:54 -07:00
package-lock.json feat: add prettier support 2023-09-05 11:57:57 +02:00
package.json feat: add prettier support 2023-09-05 11:57:57 +02:00
README.astro.md feat: create astro template 2023-08-31 11:24:40 +02:00
README.md fix: change demo URL link 2021-10-11 11:50:33 +02:00
tsconfig.json feat: create astro template 2023-08-31 11:24:40 +02:00

RealWorld Example App

[YOUR_FRAMEWORK] codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Demo    RealWorld

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

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

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

Describe the general architecture of your app here

Getting started

npm install, npm start, etc.