mikespokefire / turbolinks-and-stimulus-todolist

Me playing about with turboliinks and stimulus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turbolinks and stimulus demo

Me playing about with turbolinks and stimulus.

Installation

$ git clone git@github.com:mikespokefire/turbolinks-and-stimulus-todolist.git
$ cd turbolinks-and-stimulus-todolist
$ bundle install
$ yarn install
$ be rails db:create
$ be rails db:schema:load

Running

In 1 terminal:

$ webpack-dev-server

In another terminal:

$ bundle exec rails server

Now visit localhost:3000 to view it in action.

About

Me playing about with turboliinks and stimulus


Languages

Language:Ruby 67.4%Language:HTML 21.3%Language:JavaScript 7.1%Language:CSS 4.2%