Skip to content

saitoxu/react-devise-token-auth-sample

Repository files navigation

react-devise-token-auth-sample

This is a sample application of React on Rails using devise_token_auth gem for authentication.

Development

$ git clone https://github.com/saitoxu/react-devise-token-auth-sample.git
$ cd react-devise-token-auth-sample
$ bundle install --path vendor/bundle
$ yarn install
$ yarn dev
$ rails s # in another shell

Author

License

MIT