https://github.com/webscopeio/examples
Webscope example apps/starters
https://github.com/webscopeio/examples
Last synced: 4 months ago
JSON representation
Webscope example apps/starters
- Host: GitHub
- URL: https://github.com/webscopeio/examples
- Owner: webscopeio
- Created: 2022-10-13T06:23:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T10:17:22.000Z (about 2 years ago)
- Last Synced: 2024-05-06T11:28:16.968Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://github.com/webscopeio/examples
- Size: 31.7 MB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webscope Examples
Before using any of these example apps/starters for your projects, please refer to each directory's `README.md` file.
## Local Setup + Development
Use any of the options to run commands from your terminal:
```
# Using GitHub CLI
$ gh repo clone webscopeio/examples/tree/main/[example]
$ cd [example]
$ npm i
$ npm run dev
```
```
# For Next.js projects using `npm` or `yarn`
$ npx create-next-app --example https://github.com/webscopeio/examples/tree/main/[example] [example]
$ cd [example]
# <- Using `npm`
$ npm i
$ npm run dev
# <- Using `yarn`
$ yarn dev
```
## Remote Setup using StackBlitz
Using _Markdown syntax_ each of the example apps/starters should have the following:
[Launching projects from GitHub](https://developer.stackblitz.com/guides/integration/open-from-github#frontmatter-title) - using the following URI pattern: `stackblitz.com/github/REPOSITORY_PATH/?file=OPTIONAL_PARAMS` as an example: `https://stackblitz.com/github/webscopeio/examples/tree/main/trpc-basic-starter?file=src/pages/index.tsx&file=src/server/routers/user.ts&view=editor`