apires89 / stimulus-lecture-1472

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

First clone this repository to your laptop:

cd ~/code/YOUR_GITHUB_USERNAME
git clone git@github.com:lewagon/stimulus-js-boilerplate.git stimulus-js-boilerplate
cd stimulus-js-boilerplate
rm -rf .git
code . # Open this folder in your text editor

Goal

  • Disable a button
  • Use Stimulus with fetch - OMDBApi

Specs

Run the server from your terminal with:

serve

And visit localhost:8000

About


Languages

Language:JavaScript 52.6%Language:HTML 47.4%