https://github.com/connor11528/microscope
following the discover meteor ebook
https://github.com/connor11528/microscope
Last synced: 11 months ago
JSON representation
following the discover meteor ebook
- Host: GitHub
- URL: https://github.com/connor11528/microscope
- Owner: connor11528
- Created: 2013-11-30T11:24:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T02:29:54.000Z (almost 11 years ago)
- Last Synced: 2025-01-05T13:25:10.258Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://jasonshark_microscope.meteor.com/
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
microscope
====
Live version here: http://jasonshark_microscope.meteor.com/
Code inside folders that are not `client/` or `server/` will run in both contexts
Anything you put inside the `/lib` folder is guaranteed to load first
before anything else in your app. Its contents will be available on client and server.