Skip to content

phongnlu/espa-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPA Starter Kit

This starter kit shows ESPA ability to host 3 different child SPAs:

Requirements

  • npm >= 5
  • jspm >= 0.17.0-beta

Installation

Install angular1 child app

> cd apps/angular1
> npm i

Install angular2 child app

> cd apps/angular2
> npm i

Install react child app

> cd apps/react
> npm i

Install root app

> cd root
> npm i
> jspm i

Usage

Run angular1 child app

> cd apps/angular1
> npm run dev

Then open your browser to go to http://localhost:8080/#/angular1

Run angular2 child app

> cd apps/angular2
> npm run dev

Then open your browser to go to http://localhost:9000/#/angular2

Run react child app

> cd apps/react
> npm run dev

Then open your browser to go to http://localhost:9999/#/react

Run root app

> cd root
> npm run dev

Then open your browser to go to http://localhost:8888

Credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published