Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzukiryuichiro/stimulus-lecture-1343
https://github.com/suzukiryuichiro/stimulus-lecture-1343
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/suzukiryuichiro/stimulus-lecture-1343
- Owner: SuzukiRyuichiro
- Created: 2023-08-09T22:02:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-10T09:42:37.000Z (over 1 year ago)
- Last Synced: 2024-11-09T09:39:47.377Z (about 2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`