Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suzukiryuichiro/stimulus-lecture-1343


https://github.com/suzukiryuichiro/stimulus-lecture-1343

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

## Installation

First clone this repository to your laptop:

```bash
cd ~/code/YOUR_GITHUB_USERNAME
git clone [email protected]: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:

```bash
serve
```

And visit `localhost:8000`