Keine Beschreibung

Andrew Swistak 363b23126e Update README.md vor 7 Jahren
app 836695360d Prefer react-on-rails to full react app and routing vor 7 Jahren
bin 22d2a6569c Install webpacker and React vor 7 Jahren
config 836695360d Prefer react-on-rails to full react app and routing vor 7 Jahren
db 8163cf131e Add very basic pokemon management vor 7 Jahren
lib 8f76538371 Throw in some unit tests for parsing services vor 7 Jahren
log 78560febd9 initialize repo with blank rails app vor 7 Jahren
public 78560febd9 initialize repo with blank rails app vor 7 Jahren
spec fa0de0eb64 Install react-on-rails vor 7 Jahren
storage 78560febd9 initialize repo with blank rails app vor 7 Jahren
test 78560febd9 initialize repo with blank rails app vor 7 Jahren
tmp 78560febd9 initialize repo with blank rails app vor 7 Jahren
vendor 78560febd9 initialize repo with blank rails app vor 7 Jahren
.babelrc fc195639cc Update babel and webpacker rendering vor 7 Jahren
.gitignore 22d2a6569c Install webpacker and React vor 7 Jahren
.postcssrc.yml 22d2a6569c Install webpacker and React vor 7 Jahren
.rspec 8f76538371 Throw in some unit tests for parsing services vor 7 Jahren
.ruby-version a0d1bc1639 Ruby 2.6.0 released 🎉 vor 7 Jahren
Gemfile fa0de0eb64 Install react-on-rails vor 7 Jahren
Gemfile.lock fa0de0eb64 Install react-on-rails vor 7 Jahren
Procfile.dev 836695360d Prefer react-on-rails to full react app and routing vor 7 Jahren
README.md 363b23126e Update README.md vor 7 Jahren
Rakefile 78560febd9 initialize repo with blank rails app vor 7 Jahren
config.ru 78560febd9 initialize repo with blank rails app vor 7 Jahren
package.json 836695360d Prefer react-on-rails to full react app and routing vor 7 Jahren
yarn.lock 836695360d Prefer react-on-rails to full react app and routing vor 7 Jahren

README.md

Pokemon.trade

Running the app:

You will need config/config.yml. This file is not committed to the repository.

To run the app in development, you need to make a Postgres database pokemon_trade_dev. Then you can run the app via foreman start -f Procfile.dev.

For tests, rspec is sufficient.