All Projects → Guillembonet → single-spa-parcel-example

Guillembonet / single-spa-parcel-example

Licence: MIT license
An example of web app built with multiple microfrontends running in different VM's using the single-spa framework.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Vue
7211 projects
Dockerfile
14818 projects
typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to single-spa-parcel-example

Productivity Frontend
Productivity Application - Kanban Style Productivity Management Application with Customizable Boards, Lists and Cards to Make You More Productive.
Stars: ✭ 234 (+317.86%)
Mutual labels:  spa
vue-auth-boilerplate
This is a simple Vue template/starter kit, scaffolded on vue-cli 3, with full Auth functions to Login & Register
Stars: ✭ 77 (+37.5%)
Mutual labels:  spa
hacker-feud
💥 A single page web game made with Svelte.
Stars: ✭ 61 (+8.93%)
Mutual labels:  spa
Butterfly Server
The Everything is Real-Time C# Backend for Single Page Applications
Stars: ✭ 247 (+341.07%)
Mutual labels:  spa
Laravel Vue Spa
A Laravel-Vue SPA starter kit.
Stars: ✭ 2,889 (+5058.93%)
Mutual labels:  spa
miso-tutorial-app
An example GHCJS + Miso single page application. 🍜
Stars: ✭ 45 (-19.64%)
Mutual labels:  spa
Mmf Blog Vue2
mmf-blog vue2.0 (vue2, vue-router, vuex)
Stars: ✭ 232 (+314.29%)
Mutual labels:  spa
elm-spa
Pure Elm library to easily build Single Page Applications
Stars: ✭ 37 (-33.93%)
Mutual labels:  spa
react-redux-boilerplate
A React boilerplate based on Redux, React Router, styled components and Parcel
Stars: ✭ 62 (+10.71%)
Mutual labels:  spa
Blapy
jQuery plugin that helps you to create and manage ajax and single page web applications (SPA) with almost no javascript coding to do it
Stars: ✭ 30 (-46.43%)
Mutual labels:  spa
Terraform Aws Cognito Auth
Serverless Authentication as a Service (AaaS) provider built on top of AWS Cognito
Stars: ✭ 248 (+342.86%)
Mutual labels:  spa
Vuetober
A webpack starting point for single page apps with October CMS and Vue
Stars: ✭ 251 (+348.21%)
Mutual labels:  spa
project-acorn-ssr
A Vue.js SPA built around the WordPress REST API with Vuex, Vue Router, Axios and SSR.
Stars: ✭ 14 (-75%)
Mutual labels:  spa
Blog Admin
blog-admin @react、@typescript、@apollographql
Stars: ✭ 239 (+326.79%)
Mutual labels:  spa
karax
Karax. Single page applications for Nim.
Stars: ✭ 932 (+1564.29%)
Mutual labels:  spa
The Elmish Book
A practical guide to building modern and reliable web applications in F# from first principles
Stars: ✭ 231 (+312.5%)
Mutual labels:  spa
laravel-vue-spa-boilerplate
Laravel Vue Spa BoilerPlate
Stars: ✭ 36 (-35.71%)
Mutual labels:  spa
spair
A small and fast frontend framework in Rust
Stars: ✭ 65 (+16.07%)
Mutual labels:  spa
dimigoin-front-v2
한국디지털미디어고등학교 인트라넷, 디미고인
Stars: ✭ 19 (-66.07%)
Mutual labels:  spa
dimigoin-front
Official Korea Digital Media Highschool Intranet Service, DIMIGOIN
Stars: ✭ 34 (-39.29%)
Mutual labels:  spa

single-spa-parcel-example

This project is an example of web app built with multiple microfrontends running in different VM's using the single-spa framework.

To run this example in development mode use:

  1. Have a Mongo DB running in port 27017
  2. Inside each folder (sample-api, sample-api2, sample-vue, sample-react, sample-single-spa) run:
npm install
npm run serve
  1. You can access the portal at http://localhost:5000/index.local

To run this example in production use:

inside the environment folder:

docker-compose build
docker-compose up

You can access the portal at http://localhost:5001

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].