Updated readme

This commit is contained in:
Josh Black 2017-09-11 14:00:03 -06:00
parent 2d3332395d
commit 43ad959aae
1 changed files with 6 additions and 8 deletions

View File

@ -1,23 +1,21 @@
# ![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) spec and API.
> ### Example Typescript Node (Typescript + Node + Express + Mongoose) codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.
### [Demo]()    [RealWorld](https://github.com/gothinkster/realworld)
### [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 Typescript Node including CRUD operations, authentication, routing, pagination, and more.
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.
We've gone to great lengths to adhere to the Typescript Node 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
## How it works
> WIP
# Getting started
## Getting started
> WIP