https://github.com/andrewmcodes-archive/rubocop-linter-action-issue-96
https://github.com/andrewmcodes-archive/rubocop-linter-action-issue-96
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/rubocop-linter-action-issue-96
- Owner: andrewmcodes-archive
- Created: 2020-01-16T01:41:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T02:07:39.000Z (almost 6 years ago)
- Last Synced: 2025-01-01T06:22:20.343Z (12 months ago)
- Language: Ruby
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
1. ruby 2.7
2. node 12
3. yarn
# Development Setup
1. `$ bin/setup`
2. `$ overcommit --install`
3. `$ overcommit --sign`
4. `$ overcommit --sign pre-commit`
# Webpack
## dev-server
`./bin/webpack-dev-server`
## watcher
`./bin/webpack --watch --colors --progress`
## standalone build
`./bin/webpack`
# JS Testing
Use Jest for javascript testing
`$ yarn test`
# Ruby Testing
Use Rspec for ruby/rails testing
`$ bundle exec rspec`