Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/single-spa/single-spa-examples

Examples of single-spa applications.
https://github.com/single-spa/single-spa-examples

Last synced: 14 days ago
JSON representation

Examples of single-spa applications.

Lists

README

        

# single-spa-examples

# This repo is archived! Do not use it as a starter kit for single-spa. See https://single-spa.js.org/docs/examples/ for up-to-date examples.

https://single-spa.surge.sh

This is an example of examples on how to use [single-spa](https://github.com/joeldenning/single-spa) in a variety of contexts. If you're looking for a simpler example that's just a webpack starter for single-spa, try out [simple-single-spa-webpack-example](https://github.com/joeldenning/simple-single-spa-webpack-example). Right now there are examples with the following technologies:

- React
- AngularJS
- Angular
- react-router
- angular-ui-router
- Webpack
- Babel
- Vue
- Svelte
- Ember
- Inferno
- Preact
- CycleJS

## View the demo!
A [demo is live](http://single-spa.surge.sh) on surge.sh.

## How to get the examples running locally
```bash
git clone [email protected]:CanopyTax/single-spa-examples.git
cd single-spa-examples

# Install yarn at https://yarnpkg.com/lang/en/docs/install/
yarn
yarn build
yarn start
open http://localhost:8080
```