Demo | Design | Quickstart | Environment | Dependences | License
$ bundle install && yarn
$ cd client && yarn && cd ..
$ postgres -D /usr/local/var/postgres
$ bundle exec rails server
$ bundle exec rake db:create
$ bundle exec rake db:migrate
$ cd client && npm run build:development
- example
WEBPACKER_DEV_SERVER='http://localhost:8080'
RAILS_API_SERVER='http://localhost:3000'
- ruby
>=2.4.0- bundler
>=1.15.4
- bundler
- node
>=8.0.0- yarn
>=0.24.5
- yarn
- postgresql
>=9.4.5
- WIP




