Skip to content
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.

A Python script that can be run to build a typescript react-native project

License

Notifications You must be signed in to change notification settings

Afulton11/react-native-init-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-init-typescript

A python script that can be run to build a react-native project with typescript.

Installation

  1. git clone https://github.com/Afulton11/react-native-init-typescript.git

  2. chmod +x react-native-init-typescript/react-native-init-typescript

  3. Add the react-native-init-typescript folder to your PATH environment variable.

  4. Completely reload your shell

  5. Test that it has been installed by running: react-native-init-typescript --help

Usage

To create a react-native project with typescript called Awesome app, just run: react-native-init-typescript AwesomeApp

This creates the react-native project, installs needed typescript dependencies, and sets up typescript.

For more info run: react-native-init-typescript --help

To run the newly created app on ios or android simply run: npm run start:ios, or npm run start:android respectively.

Dont worry, react-native's live reload feature still works amazingly.

About

A Python script that can be run to build a typescript react-native project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published