Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 458 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 458 Bytes

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