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.
- Open terminal
- Enter in project path
- Run
$ tns install
- Run iOS emulator
$ tns run ios --emulator
- Run Android emulator
$ tns run android --emulator
- Be happy!
- 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
MIT License © Emerson Thompson