Boilerplate app to use rails with react
Uses:
-
devisefor authentication -
punditfor authorization -
prontofor static code analysis -
Ruby version
2.6.5 -
Node version
13.2.0
Getting Started
-
Create
.envfile. Copy contents from.env.exampleto.env -
bundle installrails db:createrails db:migrate -
yarn installfor downloading the required packages and runbin/webpack-dev-serverfor assets compilation.
Running Application
-
run
rails server -
Go to
localhost:3000
Setting Github action
Add new secret to github -> security -> secrets
PRONTO_GITHUB_TOKEN
[https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets]