https://github.com/cnocon/stimulus-starter
StimulusJS Getting Started
https://github.com/cnocon/stimulus-starter
Last synced: 8 months ago
JSON representation
StimulusJS Getting Started
- Host: GitHub
- URL: https://github.com/cnocon/stimulus-starter
- Owner: cnocon
- License: mit
- Created: 2018-08-18T17:32:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-18T17:38:41.000Z (almost 8 years ago)
- Last Synced: 2025-03-03T04:15:22.581Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://stimulusjs.org/handbook/origin
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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/stimulusjs/stimulus). Jump to [The Stimulus Handbook](https://stimulusjs.org/handbook/introduction) for an introduction.
---
We recommend [remixing `stimulus-starter` on Glitch](https://glitch.com/edit/#!/import/github/stimulusjs/stimulus-starter) so you can work entirely in your browser without installing anything:
[](https://glitch.com/edit/#!/import/github/stimulusjs/stimulus-starter)
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/stimulusjs/stimulus-starter.git
$ cd stimulus-starter
$ yarn install
$ yarn start
```
---
© 2018 Basecamp, LLC.