Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1003 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 1003 Bytes

Simple Boilerplate NativeScript

licence mit

This project is simple, but aims to let you start a new app with NativeScript as fast as possible.
Excellent for beginners, it is a project very simple and have a nice structure.

Getting started

  • Open terminal
  • Enter in project path
  • Run $ tns install
  • Run iOS emulator $ tns run ios --emulator
  • Run Android emulator $ tns run ios --emulator
  • Be happy!

Contributing

  • Navigate to the main page of the repository
  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -m 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request =D

License

MIT License © Emerson Thompson