Wendersonandes / stimulus-starter

Getting introduced to the new framework on the Javascript Scene: Stimulus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stimulus Stimulus

Exploring Stimulus following along with The Stimulus Handbook for a quick introduction to the new framework on the Javascript Scene.

Added new example: a counter with async value update and a conditional increment.


You can remix this example on Glitch so you can work entirely in your browser without installing anything:

Remix on Glitch

Or, if you'd prefer to work from the comfort of your own text editor, you'll need to clone and set up stimulus-starter:

$ git clone https://github.com/wendersonandes/stimulus-starter.git
$ cd stimulus-starter
$ yarn install
$ yarn start

About

Getting introduced to the new framework on the Javascript Scene: Stimulus

License:MIT License


Languages

Language:JavaScript 79.9%Language:HTML 13.5%Language:CSS 6.5%