lauthieb / vanilla-js-back-to-basics

Talk about Vanilla JS 🍦

Home Page:https://lauthieb.github.io/vanilla-js-back-to-basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vanilla-js-back-to-basics

Talk about Vanilla JS 🍦

Contents

Reference

The Spectacle core API is available at https://github.com/FormidableLabs/spectacle/blob/master/README.md.

Getting Started

First, install the dependencies by running

npm install

Then, to start up the local server, run

npm start

Open a browser and hit 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

About

Talk about Vanilla JS 🍦

https://lauthieb.github.io/vanilla-js-back-to-basics

License:MIT License


Languages

Language:JavaScript 96.3%Language:HTML 3.7%