https://github.com/jimthedev/tiy-example-book
An example book
https://github.com/jimthedev/tiy-example-book
Last synced: 10 months ago
JSON representation
An example book
- Host: GitHub
- URL: https://github.com/jimthedev/tiy-example-book
- Owner: jimthedev
- Created: 2016-03-31T19:51:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T00:06:57.000Z (almost 10 years ago)
- Last Synced: 2025-01-17T03:42:54.033Z (12 months ago)
- Language: JavaScript
- Homepage: https://jimthedev.gitbooks.io/tiy-example-book
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to The Iron Yard Minneapolis
Check out [chapter 1](chapter1.md).
```js
import blah from 'testing';
var {Platform} = React;
window.name = 'test';
const hi = (...args) => {
return 'blah';
}
```
{{book.tiy.city}}
[import:3-8](01/myfile.js)