Skip to content

Commit

Permalink
Flavor: SolidJS
Browse files Browse the repository at this point in the history
  • Loading branch information
mbflores committed Aug 20, 2024
1 parent 8d70ec0 commit ef238cd
Show file tree
Hide file tree
Showing 13 changed files with 13,671 additions and 0 deletions.
28 changes: 28 additions & 0 deletions examples/solidJs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# NativeScript
hooks/
node_modules/
platforms/

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# General
.DS_Store
.AppleDouble
.LSOverride
.idea
.cloud
.project
tmp/
typings/

# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
1 change: 1 addition & 0 deletions examples/solidJs/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
5 changes: 5 additions & 0 deletions examples/solidJs/.stackblitzrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"installDependencies": true,
"compileTrigger": "save",
"startCommand": "setup-nativescript-stackblitz && ns preview"
}
Loading

0 comments on commit ef238cd

Please sign in to comment.