https://github.com/valerybugakov/gqlslides
GraphQL on the client slides
https://github.com/valerybugakov/gqlslides
Last synced: 4 days ago
JSON representation
GraphQL on the client slides
- Host: GitHub
- URL: https://github.com/valerybugakov/gqlslides
- Owner: valerybugakov
- License: mit
- Created: 2017-11-14T20:20:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T13:27:27.000Z (over 8 years ago)
- Last Synced: 2025-12-17T04:28:51.647Z (6 months ago)
- Language: JavaScript
- Homepage: http://val-graphql-talk.surge.sh/
- Size: 61.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Spectacle Boilerplate
## Reference
The Spectacle core API is available at [https://github.com/FormidableLabs/spectacle/blob/master/README.md](https://github.com/FormidableLabs/spectacle/blob/master/README.md).
## Development
After downloading the boilerplate, your first order of business is to open terminal and run `yarn`. (or `npm install` if you're about that life)
Next, run `rm -R .git` to remove the existing version control.
Then, to start up the local server, run `npm start`
Open a browser and hit [http://localhost:3000](http://localhost:3000), and we are ready to roll
## Build & Deployment
Building the dist version of the project is as easy as running `npm run build`
If you want to deploy the slideshow to surge, run `npm run deploy`