https://github.com/isomorphic-git/examples
Example projects for TypeScript, react-native, create-react-app, etc
https://github.com/isomorphic-git/examples
Last synced: 3 months ago
JSON representation
Example projects for TypeScript, react-native, create-react-app, etc
- Host: GitHub
- URL: https://github.com/isomorphic-git/examples
- Owner: isomorphic-git
- Created: 2020-02-29T17:31:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T11:24:15.000Z (over 4 years ago)
- Last Synced: 2024-05-01T19:01:44.457Z (about 1 year ago)
- Language: TypeScript
- Size: 304 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# isomorphic-git example projects
Starting a project can be tricky!
To help, I'm going to start collecting example projects here in this repo.
Hopefully having a working example and its config will be a useful resource.## To install
```
git clone https://github.com/isomorphic-git/examples
```Then `cd` into one of the examples and follow the README in there.
## Current Examples
- `typescript-node` - a simple TypeScript + Node.js application
- `ReactNativeGit` - a React Native application using `react-native-fs` (and a fair amount of wrapper code)