Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/movingblocks/facadeserver-frontend
Web and mobile front-end to Terasology's FacadeServer (https://github.com/MovingBlocks/FacadeServer)
https://github.com/movingblocks/facadeserver-frontend
gsoc gsoc-2017 movingblocks reactxp terasology terasology-facadeserver typescript
Last synced: about 1 month ago
JSON representation
Web and mobile front-end to Terasology's FacadeServer (https://github.com/MovingBlocks/FacadeServer)
- Host: GitHub
- URL: https://github.com/movingblocks/facadeserver-frontend
- Owner: MovingBlocks
- License: apache-2.0
- Created: 2017-06-22T21:24:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T09:21:41.000Z (almost 2 years ago)
- Last Synced: 2024-03-25T23:52:48.513Z (9 months ago)
- Topics: gsoc, gsoc-2017, movingblocks, reactxp, terasology, terasology-facadeserver, typescript
- Language: TypeScript
- Homepage: http://utility.terasology.org:8000/
- Size: 2.06 MB
- Stars: 2
- Watchers: 8
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README-reactxp.md
- License: LICENSE
Awesome Lists containing this project
README
# RXPHelloWorld
This app works on React Native (iOS, Android) and web. Most of the app's code is contained in `App.tsx`.
The commands in the instructions below assume you are in the root of this repo.
### Initial Setup
- Run `npm install`. This fetches the dependencies.
### Building for Web
- Run `npm run web-watch`. This compiles the TypeScript code and recompiles it whenever any files are changed.
- Open `index.html` in your browser to view the result.### Building for React Native
- Run `npm run rn-watch`. This compiles the TypeScript code and recompiles it whenever any files are changed.
- In another command prompt run `npm start`. This starts the React Native Packager.
- Use Xcode or Android Studio to build and deploy the native app code just like you would with any other React Native project.