https://github.com/nativescript/stackblitz-templates
https://github.com/nativescript/stackblitz-templates
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nativescript/stackblitz-templates
- Owner: NativeScript
- Created: 2022-06-27T18:23:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T21:25:16.000Z (over 1 year ago)
- Last Synced: 2024-10-29T16:58:15.258Z (over 1 year ago)
- Language: TypeScript
- Size: 663 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StackBlitz Templates
The templates are managed on the `main` branch only - the individual flavor branches are automatically updated when pushing to `main`
> **Warning:** Do not edit the individual flavor branches manually!.
# Templates
- TypeScript: https://new.nativescript.org
- Angular: https://new.nativescript.org/angular
- JavaScript: https://new.nativescript.org/javascript
- React: https://new.nativescript.org/react
- Svelte: https://new.nativescript.org/svelte
- TypeScript: https://new.nativescript.org/typescript
- Vue: https://new.nativescript.org/vue
- https://nativescript.new
- https://nativescript.new/angular
- https://nativescript.new/javascript
- https://nativescript.new/react
- https://nativescript.new/svelte
- https://nativescript.new/typescript
- https://nativescript.new/vue
Full URLS (used in redirects)
```
/ /typescript
/angular https://stackblitz.com/fork/github/NativeScript/stackblitz-templates/tree/angular?file=src%2Fapp%2Fitem%2Fitems.component.html&title=NativeScript%20Starter%20Angular
/javascript https://stackblitz.com/fork/github/NativeScript/stackblitz-templates/tree/javascript?file=app%2Fmain-page.xml&title=NativeScript%20Starter%20JavaScript
/react https://stackblitz.com/fork/github/NativeScript/stackblitz-templates/tree/react?file=src%2Fcomponents%2FHomeScreen.tsx&title=NativeScript%20Starter%20React
/svelte https://stackblitz.com/fork/github/NativeScript/stackblitz-templates/tree/svelte?file=app%2Fcomponents%2FHome.svelte&title=NativeScript%20Starter%20Svelte
/typescript https://stackblitz.com/fork/github/NativeScript/stackblitz-templates/tree/typescript?file=app%2Fmain-page.xml&title=NativeScript%20Starter%20TypeScript
/vue https://stackblitz.com/fork/github/NativeScript/stackblitz-templates/tree/vue?file=app%2Fcomponents%2FHome.vue&title=NativeScript%20Starter%20Vue
```