svelte-rails-starter-fullstack

Svelte Rails Starter Fullstack

A bare bones starter app, using svelte and svelte kit for routing on the client side, rails API using devise JWT auth on the backend.

README

For this to run you need to run rake secret keep note of the secret and add it to rails credentials liike this EDITOR=nano rails credentials:edit and add the following code

devise:
  jwt_secret_key: <rake secret key>

ctrl+x -> y -> enter

For running the client just head on to /client then npm i -> npm run dev and you should be good to go.

Top categories

Loading Svelte Themes