All Projects → orangeloops → public-ol-native-template

orangeloops / public-ol-native-template

Licence: MIT license
OrangeLoops React-Native Project Boilerplate

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to public-ol-native-template

public-ol-web-template
OrangeLoops Web Project Boilerplate
Stars: ✭ 28 (-24.32%)
Mutual labels:  mobx, storybook
osmosis-frontend
Web interface for Osmosis Zone
Stars: ✭ 117 (+216.22%)
Mutual labels:  mobx
lofi
VHS music machine from the 80's
Stars: ✭ 24 (-35.14%)
Mutual labels:  storybook
wizard
🍳Wizardoc is a WEBAPP for managing documents and knowledge.
Stars: ✭ 57 (+54.05%)
Mutual labels:  mobx
babel-plugin-storybook-csf-title
A Babel plugin to generate titles for Storybook CSF stories at compile time, typically based on the story file's file name.
Stars: ✭ 17 (-54.05%)
Mutual labels:  storybook
elastic-composer
Client-side Elasticsearch query generator and executor. Filter fields, find search suggestions, and paginate query results for your indicies using a simple, reactive, and high-level API
Stars: ✭ 14 (-62.16%)
Mutual labels:  mobx
react-mobx
No description or website provided.
Stars: ✭ 25 (-32.43%)
Mutual labels:  mobx
data-flow
frontend data flow explored in React
Stars: ✭ 19 (-48.65%)
Mutual labels:  mobx
baltar
Example graphics editor using MobX
Stars: ✭ 42 (+13.51%)
Mutual labels:  mobx
WebMIDICon
🎹🥁 My MIDI instruments!
Stars: ✭ 60 (+62.16%)
Mutual labels:  mobx
design-system
A Storybook project for UI development of React components for the MetaBrainz projects
Stars: ✭ 19 (-48.65%)
Mutual labels:  storybook
fyndiq-ui
Library of reusable web frontend components for Fyndiq
Stars: ✭ 39 (+5.41%)
Mutual labels:  storybook
isomorphic-react-with-mobx
React + MobX + React-Router + Express
Stars: ✭ 52 (+40.54%)
Mutual labels:  mobx
mobx-decorated-models
Decorators to create serialized model relations using Mobx
Stars: ✭ 18 (-51.35%)
Mutual labels:  mobx
YugiohCards
Yugioh Cards Sample App using MobX, Provider, and Chopper
Stars: ✭ 31 (-16.22%)
Mutual labels:  mobx
lerna-starter
Simple React UI Development environment boilerplate to develop, test and publish your React components.
Stars: ✭ 55 (+48.65%)
Mutual labels:  storybook
GNUI
💅 Nordcloud's design system for SaaS products.
Stars: ✭ 21 (-43.24%)
Mutual labels:  storybook
recipe-app-react-native
https://chickenkyiv.github.io/application-documentation/
Stars: ✭ 23 (-37.84%)
Mutual labels:  create-react-native-app
Gatsby-Starter-Typescript-Apollo-Storybook
Starter with the bare essentials needed for a typescript, apollo, storybook, emotion Gatsby site
Stars: ✭ 17 (-54.05%)
Mutual labels:  storybook
components
Reusable React components used by HospitalRun
Stars: ✭ 109 (+194.59%)
Mutual labels:  storybook

React-Native Project Boilerplate

PRs Welcome GitHub

This mobile app template is an empty project prepared with primary software libraries and configurations needed to begin developing a React Native mobile application.

It also has basic sample components, tests, and demonstrations of working with tools such as MobX or Storybook.

The project is ready to work with our React web app template and our server template, providing a unified experience among the three.

Components

  • React as front-end view library.

  • Mobx for state management.

  • Storybook for agile development environment.

  • TypeScript as main language.

  • Babel for JavaScript transpiling.

  • Jest as as test framework.

  • Prettier for code formatter.

  • ESlint for JavaScript/TypeScript linting.

  • Husky for Git hooks support.

  • Lint-staged to run linters on git staged files.

Getting Started

Run the following commands in your terminal

git clone https://github.com/orangeloops/public-ol-native-template.git
cd public-ol-native-template
npm install
npm run run-ios or npm run run-android

Testing

Run npm test for test.

License

You can check out the full license here

This project is licensed under the terms of the MIT license.


orangeloops.com  ·  twitter  ·  blog

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].