Backend contains the controllers, views, and assets making up the admin interface of Solidus.
Can be found in app/assets/javascripts/spree/backend/
Any new files should be in JavaScript (ES5).
Can be found in app/assets/stylesheets/spree/backend/
The stylesheets are written in SCSS and include all of Bourbon and Bootstrap 4 alpha.
When running the application there is a styleguide available at:
/admin/style_guide
Run the tests
bundle exec rspec
Run the JavaScript tests (must have ChromeDriver installed)
bundle exec teaspoon