Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saitoxu/react-devise-token-auth-sample

React on Rails using devise_token_auth for authentication
https://github.com/saitoxu/react-devise-token-auth-sample

authentication devise devise-token-auth rails rails5 react reactjs sample

Last synced: about 1 month ago
JSON representation

React on Rails using devise_token_auth for authentication

Awesome Lists containing this project

README

        

# react-devise-token-auth-sample

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

## Development

```sh
$ 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

- Yosuke Saito - [saitoxu](https://github.com/saitoxu)

## License

[MIT](LICENSE.txt)