Hello World demos using SystemJs, TypeScript, and React together.
There are two branches of interest in this project.
main: Hello World for SystemJs and React
patternfly-react: Hello World for SystemJs, React, and PatterFly 4 with PF4 Components. Please read comments in systemjs.config.js.
To build and run the project:
- Install node/npm on your box if you haven't done so already.
- npm install
- npm run build
- npm run server
- Point your browser to http://localhost:8080 (or whatever port pops up)
Also, you can do npm run build:watch which will watch for changes.