Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshyba authored Jan 16, 2018
1 parent a2aed1b commit fe48f1a
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,26 @@ This repository contains samples to help you get started with JSS.

You can also use this repo to file issues.

Currently there are 3 samples included in this repo:
Here are the samples included in this repo:

1. Basic sample
1. [Basic sample in React.js](/samples/basic-sample-react)

This is the most barebones single page app with minimum dependencies and is built for learning purposes only.
[Check out the walkthrough here](https://jss.sitecore.net/#/cookbook/basic-app).

This is a very basic single route single component sample app.

2. Advanced sample
1. [Advanced sample in React.js](/samples/advanced-sample-react)

More feature rich and opinionated sample site wired with redux, implements routing via React Router, translation/localization features, route data as local .json files, context, content and other features.

3. Node/Express scaffolding for Server-Side Rendering
1. [Basic sample in Angular 5](/samples/basic-sample-angular)

This is the most barebones single page app with minimum dependencies and is built for learning purposes only.

1. [Wizard sample app](/samples/embedded-wizard-sample-react)

This app shows how to embed client-side application inside an existing Sitecore MVC app. [Read more here](https://jss.sitecore.net/#/cookbook/recipes/embedded-wizard-sample).

1. [Node/Express scaffolding for Server-Side Rendering](/samples/node-express-ssr)

This scaffolding is setup for Advanced sample app allowing for server-side rendering with the http proxy to Sitecore Content Delivery instance.

Expand Down

0 comments on commit fe48f1a

Please sign in to comment.