https://github.com/emmvs/stimulating_1401
https://github.com/emmvs/stimulating_1401
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmvs/stimulating_1401
- Owner: emmvs
- Created: 2023-11-06T18:45:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T10:21:27.000Z (over 2 years ago)
- Last Synced: 2025-01-19T12:51:37.390Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- 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 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`