Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 572 Bytes

readme.md

File metadata and controls

22 lines (16 loc) · 572 Bytes

Jackal

This is a Javascript application I use to mentor others about javascript. It contains a simple basic application that covers sass compilation, classes and new methods, and dom querying at a custom level. There is no magic here except the use of ES6.

Premise of application

Take this application and make a custom slideshow. the basics are ready to use.

Get started

First thing first. Install all of the dependencies:

npm install

Once that is complete you are ready to go. Open up a terminal and type:

npm start

You are ready to go.