Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lauthieb/vanilla-js-back-to-basics
Talk about Vanilla JS 🍦
https://github.com/lauthieb/vanilla-js-back-to-basics
spectacle spectaclejs vanilla vanilla-javascript vanilla-js
Last synced: 21 days ago
JSON representation
Talk about Vanilla JS 🍦
- Host: GitHub
- URL: https://github.com/lauthieb/vanilla-js-back-to-basics
- Owner: lauthieb
- License: mit
- Created: 2018-08-14T12:30:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T09:26:45.000Z (about 6 years ago)
- Last Synced: 2024-11-10T11:40:43.257Z (2 months ago)
- Topics: spectacle, spectaclejs, vanilla, vanilla-javascript, vanilla-js
- Language: JavaScript
- Homepage: https://lauthieb.github.io/vanilla-js-back-to-basics
- Size: 8.47 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vanilla-js-back-to-basics
Talk about Vanilla JS 🍦
## Contents
- [vanilla-js-back-to-basics](#vanilla-js-back-to-basics)
- [Contents](#contents)
- [Reference](#reference)
- [Getting Started](#getting-started)
- [Build & Deployment](#build--deployment)## 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).
## Getting Started
First, install the dependencies by running
```bash
npm install
```Then, to start up the local server, run
```bash
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
```bash
npm run build
```If you want to deploy the slideshow to surge, run
```bash
npm run deploy
```