1.1.5 • Published 3 years ago

@webservco/simple-quiz v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

SimpleQuiz

Simple JavaScript quiz functionality.


Usage

<script defer src="https://unpkg.com/@webservco/simple-quiz/dist/SimpleQuiz.min.js"></script>

Development

  • public/index.html contains an example implementation using Bootstrap.
# Setup
npm install

# Run example (uses source script, with hot reload)
browser-sync start --server 'src' --watch 'src'

# Clean everything and create production files in the `dist` folder:
npm run build

# Cleanup
npm run clean

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago