Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Anggasayogo/axtone

Repository files navigation

Axtone The Expressive React Native Boilerplate

#f03c15 This repository no longer maintained. move to AxtonSpace

This project is a React Native boilerplate that can be used to kickstart a mobile application.

The boilerplate provides an optimized architecture for building solid cross-platform mobile applications through separation of concerns between the UI and business logic. It is fully documented so that each piece of code that lands in your application can be understood and used.

Requirements

Node 12 or greater is required. Development for iOS requires a Mac and Xcode 10 or up, and will target iOS 11 and up.

You also need to install the dependencies required by React Native.
Go to the React Native environment setup, then select React Native CLI Quickstart tab.
Follow instructions for your given development OS and target OS.

Quick start

To install this pacage run :

npm install -g axtone

Make sure axtone is installed run :

axtone

If it is installed, a page like this will appear

Instaled

To create a new project using the boilerplate simply run

axtone create-project PizzaApp

Assuming you have all the requirements installed, you can run the project by running:

  • yarn start to start the metro bundler, in a dedicated terminal
  • yarn <platform> to run the platform application (remember to start a simulator or connect a device) Instaled

Story

Boilerplate This is inspired by several existing boilerplates such as Ignite,OsmiCli thanks for inspired

License

This project is released under the MIT License.