Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hotwired/stimulus-starter
A humble blank slate for a modest JavaScript framework
https://github.com/hotwired/stimulus-starter
Last synced: 9 days 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 (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T08:23:36.000Z (over 1 year ago)
- Last Synced: 2024-08-02T05:14:11.439Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 867 KB
- Stars: 235
- Watchers: 6
- Forks: 96
- 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:
[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](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.