Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
/ translator Public archive

Example Rails 5 application using Webpacker with Vue.js

Notifications You must be signed in to change notification settings

premist/translator

Repository files navigation

translator

Build Status

Example Rails 5 application to demonstrate deployment workflow with Docker and Google App Engine. Uses Webpacker and Vue.js for frontend stack.

translator screenshot

Requirements

  • Ruby 2.4.1
  • Node.js
  • Yarn

Up and running

  • Run bundle install to install Ruby dependencies.
  • Run yarn install to run frontend dependencies.
  • Run cp .env.example .env and fill .env with your configuration.
  • Run server: ./bin/rails server
  • Run webpack build: ./bin/webpack-dev-server

Rubocop and RSpec

  • Run bundle exec rubocop to perform static code analysis.
  • Run bundle exec rspec to perform tests.

About

Example Rails 5 application using Webpacker with Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published