🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
JavaScript CSS HTML Shell
Latest commit ac5d92d Dec 28, 2017 @SachaG SachaG 1.8.2
Permalink
Failed to load latest commit information.
.github Merge branch 'devel' Oct 5, 2017
.meteor Merge branch 'devel' Dec 27, 2017
.vscode Merge branch 'devel' Dec 27, 2017
.vulcan Move prestart script into .vulcan directory to stop meteor from loadi… Dec 27, 2017
packages 1.8.2 Dec 28, 2017
.editorconfig Merge branch 'devel' Dec 27, 2017
.eslintignore eslint & clean up code, also fixed some bugs (#1515) Nov 25, 2016
.eslintrc Pass current route to `router.onUpdate` hook; trigger `router.onUpdat… Dec 17, 2017
.gitignore Add .vscode/typings to .gitignore Dec 27, 2017
.jshintrc adding editorconfig, eslintc, etc. Mar 1, 2016
CONTRIBUTING.md update getting started content, license date, contributing link, .git… Feb 2, 2017
Dockerfile re-add Dockerfile, fix #1477 Oct 18, 2016
History.md Nova v1.1.0 🔭 Feb 16, 2017
README.md specify example packages versions Dec 27, 2017
jsdoc-conf.json adding jsdoc Apr 8, 2016
jsdoc.json adding @summary for jsdocs compatibility Apr 9, 2016
license.md update getting started content, license date, contributing link, .git… Feb 2, 2017
package-lock.json graphql-server-express -> apollo-server-express; remove Optics integr… Nov 21, 2017
package.json Merge branch 'master' of https://github.com/VulcanJS/Vulcan Dec 27, 2017
prestart_vulcan.sh Update to Meteor 1.4.4.1 Apr 28, 2017
publish_packages.sh updating packages & getting started content Apr 14, 2016
sample_settings.json Fix sample settings Sep 29, 2017
yarn.lock Dropped isomorphic-fetch in favor of cross-fetch (React Native compat… Oct 5, 2017

README.md

Vulcan

Version 1.8.1

Vulcan is a React+GraphQL framework for Meteor.

Install

Install the latest version of Node and NPM. We recommend the usage of NVM.

You can then install Meteor, which is used as the Vulcan build tool.

Clone the Vulcan Starter repo locally.

Rename your sample_settings.json file to settings.json, then:

npm install
npm start

And open http://localhost:3000/ in your browser.

Find more info in the documentation.

Links

Other Versions

You can find the older, non-Apollo version of Telescope Nova on the nova-classic branch.

You can find the even older, non-React version of Telescope on the legacy branch.