The Wayback Machine - https://web.archive.org/web/20200413130236/https://github.com/VulcanJS/Vulcan
Skip to content
🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
JavaScript CSS
Branch: devel
Clone or download

Latest commit

eric-burel Merge pull request #2560 from williamli/patch-1
Use Meteor's version of npm over system default
Latest commit e3847f3 Apr 9, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Add comments to circleci config Jan 29, 2018
.github Add stale.yml Nov 23, 2018
.meteor locked react version Feb 17, 2020
.storybook add stories for modals Mar 18, 2020
.vscode Merge branch 'devel' Dec 27, 2017
.vulcan Do not discard data for hidden/removed fields Mar 2, 2019
packages Refactoring newsletter package; update Mailchimp API integration to v3.0 Apr 9, 2020
stories add stories for modals Mar 18, 2020
.babelrc add material ui package in dev Feb 5, 2020
.editorconfig Merge branch 'devel' Dec 27, 2017
.eslintignore reduce amount of linting warnings Sep 13, 2019
.eslintrc changed missing semi into a warning Mar 15, 2019
.gitignore add generated storybook websites to gitignore Jul 24, 2019
.jshintrc adding editorconfig, eslintc, etc. Mar 1, 2016
.meteorignore Storybook+Avatar+Button May 27, 2019
.nvmrc add nvmrc to track match Node version from user and Meteor Dec 9, 2019
.prettierrc.js Various small fixes Nov 7, 2019
CHANGELOG.md update changelog Feb 19, 2020
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md Oct 13, 2019
CONTRIBUTING.md release doc Oct 7, 2019
Dockerfile re-add Dockerfile, fix #1477 Oct 18, 2016
MIGRATING.md add Express + use bodyParserGraphQL Feb 26, 2020
README.md Use Meteor's version of npm over system default Apr 9, 2020
RELEASE.md Merge branch 'release/1.14.1' Feb 19, 2020
jsconfig.json add intellisense for meteor packages Dec 2, 2019
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 Bump acorn from 5.7.1 to 5.7.4 Mar 18, 2020
package.json add Express + use bodyParserGraphQL Feb 26, 2020
sample_settings.json Merge remote-tracking branch 'upstream/devel' into feature/backoffice… Dec 5, 2019
yarn.lock Bump acorn from 5.7.1 to 5.7.4 Mar 18, 2020

README.md

Backers on Open Collective

Sponsors on Open Collective

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:

meteor npm install
meteor npm start

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

Find more info in the documentation.

Links

Other Versions

See all releases.

To update an existing Vulcan app, see migration doc) and changelog.

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.

Credits

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! �? [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

You can’t perform that action at this time.