Skip to content

Latest commit

 

History

History
 
 

one-file

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

One file with multiple nested components (React root component)

DOM structure

#App            Top level container
  One           Angular component
    Two         React component
      Three     Angular component
        Four    React component

Running it

git clone [email protected]:bcherny/angular2react-demos.git
cd angular2react-demos/one-file
yarn
yarn run build
yarn run start
# open https://localhost:9000 in a browser