Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuk/asdf
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stuk/asdf
- Owner: Stuk
- Created: 2013-11-22T01:52:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-24T21:33:15.000Z (over 10 years ago)
- Last Synced: 2024-11-03T02:41:46.798Z (about 2 months ago)
- Language: JavaScript
- Size: 4.56 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
{{name}} asd
==============This is the Montage app template.
Note: Before working on your app you will need to add montage to it.
```
npm install .
```Layout
------The template contains the following files and directories:
* `index.html`
* `package.json` – Describes your app and its dependencies
* `README.markdown` – This readme. Replace the current content with a description of your app
* `ui/` – Directory containing all the UI .reel directories.
* `main.reel` – The main interface component
* `core/` – Directory containing all core code for your app.
* `node_modules/` – Directory containing all npm packages needed, including Montage. Any packages here must be included as `dependencies` in `package.json` for the Montage require to find them.
* `assets/` – Assets such as global styles and images for your app
* `test/` – Directory containing tests for your app.
* `all.js` – Module that point the test runner to all your jasmine specs.
* `run-tests.html` – Page to run jasmine tests manually in your browserCreate the following directories if you need them:
* `locale/` – Directory containing localized content.
* `scripts/` – Directory containing other JS libraries. If a library doesn’t support the CommonJS "exports" object it will need to be loaded through a `` tag.