https://github.com/hotwired/stimulus-starter
A humble blank slate for a modest JavaScript framework
https://github.com/hotwired/stimulus-starter
Last synced: about 1 year ago
JSON representation
A humble blank slate for a modest JavaScript framework
- Host: GitHub
- URL: https://github.com/hotwired/stimulus-starter
- Owner: hotwired
- License: mit
- Created: 2017-11-03T17:43:21.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T08:23:36.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T20:35:57.444Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 867 KB
- Stars: 237
- Watchers: 6
- Forks: 100
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Stimulus Starter
A preconfigured blank slate for exploring [Stimulus](https://github.com/hotwired/stimulus). Jump to [The Stimulus Handbook](https://stimulus.hotwired.dev/handbook/introduction) for an introduction.
---
We recommend [remixing `stimulus-starter` on Glitch](https://glitch.com/edit/#!/import/git?url=https://github.com/hotwired/stimulus-starter.git) so you can work entirely in your browser without installing anything:
[](https://glitch.com/edit/#!/import/git?url=https://github.com/hotwired/stimulus-starter.git)
Or, if you'd prefer to work from the comfort of your own text editor, you'll need to clone and set up `stimulus-starter`:
```
$ git clone https://github.com/hotwired/stimulus-starter.git
$ cd stimulus-starter
$ yarn install
$ yarn start
```
---
© 2023 Basecamp, LLC.