https://github.com/agrublev/cross-platform-react-system
The first true example of one SIMPLE repo that easily runs a react app in a website, iOS, Android, Mac, Windows, and Linux and also shares resources!
https://github.com/agrublev/cross-platform-react-system
Last synced: over 1 year ago
JSON representation
The first true example of one SIMPLE repo that easily runs a react app in a website, iOS, Android, Mac, Windows, and Linux and also shares resources!
- Host: GitHub
- URL: https://github.com/agrublev/cross-platform-react-system
- Owner: agrublev
- Created: 2018-11-10T21:57:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T23:31:29.000Z (over 7 years ago)
- Last Synced: 2025-02-15T06:41:26.117Z (over 1 year ago)
- Language: JavaScript
- Size: 4.93 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/parcel-bundler)
## Features
- 🚀 **Blazing fast**
- 📦 Out of the box, it just works
- ✂️ Zero configuration
- 🔥 Built in support for **hot module replacement**
- and more :P
# Legendary
A react based system that can be run on virtual ALL platforms!
```bash
yarn
yarn start:web
yarn start:desktop
yarn start:mobile
```
## Because sharing is caring
All workspaces share the core resource located in ***./core*** meaning Web/Mobile/Desktop will all get the same value.
Shared node dependencies too! Meaning rather than 3 node_module folders that result in many megabytes of space, they all share react and other commonalities.
## The Perfect Boilerplates
After struggaling for too many hours to master the build process of iOS/Android/Electron/React/Babel/Webpack and god knows what else, I provide you with truly some of the very best possible solutions for each.
There simply has never been a better way to create a new application before!
