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

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

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)