An open API service indexing awesome lists of open source software.

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

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)