Vulcan
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.