https://github.com/cmckni3/ng-conf-2018-summary-presentation
Angular presentation given at All Things Angular in May 2018
https://github.com/cmckni3/ng-conf-2018-summary-presentation
meetup meetup-presentations ng-conf ng-conf-2018 presentations
Last synced: 7 months ago
JSON representation
Angular presentation given at All Things Angular in May 2018
- Host: GitHub
- URL: https://github.com/cmckni3/ng-conf-2018-summary-presentation
- Owner: cmckni3
- License: mit
- Created: 2018-05-28T20:00:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T05:07:34.000Z (over 1 year ago)
- Last Synced: 2024-10-06T12:41:50.414Z (about 1 year ago)
- Topics: meetup, meetup-presentations, ng-conf, ng-conf-2018, presentations
- Language: JavaScript
- Homepage: https://cmckni3.github.io/ng-conf-2018-summary-presentation/
- Size: 696 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Conf 2018 Summary Presentation
[](#maintenance-status)
## Contents
- [Reference](#reference)
- [Getting Started](#getting-started)
- [Tutorial](#tutorial)
- [Build & Deployment](#build-deployment)
## Reference
The Spectacle core API is available in the [Spectacle Docs](https://github.com/FormidableLabs/spectacle/blob/master/README.md).
## Getting Started
1. Download the boilerplate
```sh
git clone git@github.com:FormidableLabs/spectacle-boilerplate.git
```
2. Remove existing version control
```sh
rm -R .git
```
3. Install dependencies
```sh
yarn install
```
4. Start the webpack server. The server will run at [`localhost:3000`](http://localhost:3000).
```sh
yarn start
```
## Tutorial
If want you a step-by-step guide for getting started with Spectacle, a basic tutorial is available [here](https://github.com/FormidableLabs/spectacle/blob/master/docs/tutorial.md).
## Build & Deployment
Building the dist version of the project is as easy as running
```sh
yarn build
```
If you want to deploy the slideshow to surge, run
```sh
yarn deploy
```
## Maintenance Status
**Active:** Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.
[maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg