# NativeScript TypeScript driven development for native platform api's. # Develop ```bash # setup workspace for development $ npm run setup # list all available commands to run $ npm start ``` # Packages * [@nativescript/core]() * Core iOS/Android for NativeScript * [How to contribute]() * [@nativescript/types]() * Types for both iOS/Android below wrapped up as a convenience. *Most commonly used.* * [@nativescript/types-ios]() * Types for iOS * [@nativescript/types-android]() * Types for Android * [@nativescript/ui-mobile-base]() * UI mobile base native classes used by core * [How to contribute]() * [@nativescript/webpack]() * Webpack build utilities and configs used by NativeScript apps * [How to contribute]()