https://github.com/origenstudio/vulcan-files-simple-example
This is a simple example that implements a file system in the Vulcan framework
https://github.com/origenstudio/vulcan-files-simple-example
Last synced: 10 months ago
JSON representation
This is a simple example that implements a file system in the Vulcan framework
- Host: GitHub
- URL: https://github.com/origenstudio/vulcan-files-simple-example
- Owner: OrigenStudio
- License: mit
- Created: 2018-04-18T18:31:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T14:51:16.000Z (over 7 years ago)
- Last Synced: 2025-05-15T05:12:16.698Z (about 1 year ago)
- Language: JavaScript
- Size: 1.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Vulcan Files Simple Example
This kit gives you all you need to quickly learn to use Vulcan Files to upload files in your Vulcan projects.
Other resources:
- [Vulcan Files](https://github.com/OrigenStudio/vulcan-files)
- [Vulcan Docs](http://docs.vulcanjs.org)
- [Vulcan Slack](http://slack.vulcanjs.org)
## Quick Install
If you already have Meteor up and running, read this section. Otherwise, read the [Complete Install](https://github.com/VulcanJS/Vulcan-Starter#complete-install) section of Vulcan Starter docs.
#### Step 1 - Clone
```
git clone git@github.com:OrigenStudio/vulcan-files-simple-example.git
cd vulcan-files-simple-example
```
(or, using `https`: `git clone https://github.com/OrigenStudio/vulcan-files-simple-example.git`)
#### Step 2 – Run
```
meteor npm install
meteor npm start
```
## Examples
This repo contains the following example apps:
- [**Instagram Example**](https://github.com/OrigenStudio/vulcan-files-simple-example/tree/master/packages/example-instagram): create a simple Instagram clone (runs by default)