mirror of
https://github.com/aljazceru/pear-docs.git
synced 2026-02-06 15:24:19 +01:00
Added examples (#61)
This commit is contained in:
10
examples/bare-on-mobile.md
Normal file
10
examples/bare-on-mobile.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Bare on Mobile
|
||||
|
||||
The Bare JavaScript runtime runs just as well on your phone as on your laptop.
|
||||
|
||||
Below example applications can be used as a reference for building mobile applications using Bare:
|
||||
|
||||
- [Bare Android](https://github.com/holepunchto/bare-android)
|
||||
- [Bare iOS](https://github.com/holepunchto/bare-ios)
|
||||
|
||||
For further reference on using Bare, please refer to [GitHub (Bare)](https://github.com/holepunchto/bare)
|
||||
7
examples/react-app-using-pear.md
Normal file
7
examples/react-app-using-pear.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Pear React Application
|
||||
|
||||
Below is an example of a Filesharing application built on the React framework using Pear.
|
||||
|
||||
- (Filesharing React App Example)[https://github.com/holepunchto/filesharing-react-app-example]
|
||||
|
||||
For further reference on using the Pear runtime, please refer to [Pear](../README.md#pear-runtime).
|
||||
Reference in New Issue
Block a user