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

https://github.com/emmvs/stimulating_1401


https://github.com/emmvs/stimulating_1401

Last synced: over 1 year 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 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:

```bash
serve
```

And visit `localhost:8000`