https://github.com/kohrongying/weather-spa
A Single SPA reporting SG Weather
https://github.com/kohrongying/weather-spa
react single-spa single-spa-react single-spa-svelte svelte
Last synced: about 1 month ago
JSON representation
A Single SPA reporting SG Weather
- Host: GitHub
- URL: https://github.com/kohrongying/weather-spa
- Owner: kohrongying
- Created: 2020-06-19T09:30:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T01:18:36.000Z (about 2 years ago)
- Last Synced: 2025-02-11T19:13:49.504Z (3 months ago)
- Topics: react, single-spa, single-spa-react, single-spa-svelte, svelte
- Language: JavaScript
- Homepage: https://weathersg.netlify.app/
- Size: 1.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather SPA
Built with [single-spa](), React and Svelte.
It was my attempt at learning microfrontends. I ended up rendering two different frameworks in a single page application. Microfrontend? Not too sure anymore. But it was still a good venture.
## Development
```
npm run installnpm run start
```## Deployment
nil## References
- [Tutorial from Dabit](https://dev.to/dabit3/building-micro-frontends-with-react-vue-and-single-spa-52op)