https://github.com/stylet/ilc-learning-react
React application used as example in Isomorphic Layout Composer guides
https://github.com/stylet/ilc-learning-react
Last synced: 3 months ago
JSON representation
React application used as example in Isomorphic Layout Composer guides
- Host: GitHub
- URL: https://github.com/stylet/ilc-learning-react
- Owner: StyleT
- Created: 2020-04-22T14:25:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:01:31.000Z (over 3 years ago)
- Last Synced: 2025-08-01T03:35:41.142Z (11 months ago)
- Language: JavaScript
- Size: 995 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ilc-learning-react
React application used as example in Isomorphic Layout Composer guides
## Related articles
1. [Lesson 1 - How to build your first Micro Frontend with SSR in minutes](https://levelup.gitconnected.com/how-to-build-your-first-micro-frontend-with-ssr-in-minutes-95cd57788529)
## Quick start
```bash
$ npm i
$ npm start
```