https://github.com/maxbeatty/example-intern
example theintern/intern project
https://github.com/maxbeatty/example-intern
Last synced: 12 months ago
JSON representation
example theintern/intern project
- Host: GitHub
- URL: https://github.com/maxbeatty/example-intern
- Owner: maxbeatty
- Created: 2020-01-28T18:50:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T19:35:28.000Z (over 6 years ago)
- Last Synced: 2025-06-23T17:10:41.109Z (about 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an example repository using [theintern/intern](https://github.com/theintern/intern). Branches contain reproductions for issues found.
## Tests
`yarn test` will lint and unit test the code.
`yarn test --skip-lint` will skip linting and unit test the code.
`yarn test --browser chrome` will unit test and functional test in Chrome against hosted sites
`yarn test --browser chrome --browser firefox` will unit test and functional test against both browsers
`yarn test --browserstack` will test against BrowserStack (defaulting to IE 10)
`yarn test --skip-lint --browser ie --browserVersion 11 --browserstack` will test IE 11 on BrowserStack without linting
## Deploy
To deploy the static `public/` directory: `yarn just deploy` --> https://example-intern.maxbeatty.now.sh/
To deploy Storybook: `yarn just deploy:storybook` --> https://example-intern-stories.maxbeatty.now.sh/