Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandu0101/scalajs-react-native-template
template project for scalajs-react-native
https://github.com/chandu0101/scalajs-react-native-template
Last synced: 2 months ago
JSON representation
template project for scalajs-react-native
- Host: GitHub
- URL: https://github.com/chandu0101/scalajs-react-native-template
- Owner: chandu0101
- Created: 2015-04-29T09:59:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T22:34:10.000Z (over 9 years ago)
- Last Synced: 2023-08-18T00:39:32.889Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 234 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scalajs-react-native-template
template project for [scalajs-react-native](https://github.com/chandu0101/scalajs-react-native)
#### How to run :
```scala
cd scalajs-react-native-template
npm install
npm run start // start react-native packager// open new terminal tab/window
sbt ~fullOptIOSOpen ScalaJSReactNativeTemplate.xcodeproj using latest xcode
Cmd+Shift+K - to cleanup
Cmd+B - to build
Cmd+R - to run projectCmd+D - to debug project
```
![hellonative](hellonative.png)