mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
<img src="https://d3vv6lp55qjaqc.cloudfront.net/items/2B3C1z2V2y421p2I0P42/vulcan-logo-noborder.png" width="200">
|
|
|
|
# Vulcan
|
|
|
|
[Version 1.8.1](https://github.com/VulcanJS/Vulcan/releases)
|
|
|
|
Vulcan is a React+GraphQL framework for Meteor.
|
|
|
|
### Install
|
|
|
|
- [Full video tutorial](https://www.youtube.com/watch?v=aCjR9UrNqVk)
|
|
|
|
Install the latest version of Node and NPM. We recommend the usage of [NVM](http://nvm.sh).
|
|
|
|
You can then install [Meteor](https://www.meteor.com/install), which is used as the Vulcan build tool.
|
|
|
|
Clone the [Vulcan Starter repo](https://github.com/VulcanJS/Vulcan-Starter) locally.
|
|
|
|
Rename your `sample_settings.json` file to `settings.json`, then:
|
|
|
|
```sh
|
|
npm install
|
|
npm start
|
|
```
|
|
|
|
And open `http://localhost:3000/` in your browser.
|
|
|
|
|
|
Find more info in the [documentation](http://docs.vulcanjs.org/#Install).
|
|
|
|
### Links
|
|
|
|
- [Vulcan Homepage](http://vulcanjs.org)
|
|
- [Documentation](http://docs.vulcanjs.org)
|
|
- [Old Telescope Homepage](http://telescopeapp.org)
|
|
|
|
### Other Versions
|
|
|
|
You can find the older, non-Apollo version of Telescope Nova on the [nova-classic](https://github.com/TelescopeJS/Telescope/tree/nova-classic) branch.
|
|
|
|
You can find the even older, non-React version of Telescope on the [legacy](https://github.com/TelescopeJS/Telescope/tree/legacy) branch.
|