-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8025bd8
commit 26f2a4d
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# ![RealWorld Example App](logo.png) | ||
|
||
> ### [YOUR_FRAMEWORK] codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld-example-apps) spec and API. | ||
|
||
### [Demo]() [RealWorld](https://github.com/gothinkster/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](https://github.com/gothinkster/realworld) repo. | ||
|
||
|
||
# How it works | ||
|
||
> Describe the general architecture of your app here | ||
# Getting started | ||
|
||
> npm install, npm start, etc. | ||