https://github.com/gu-stav/saucelabs-developer-challenge
Saucelabs developer challenge
https://github.com/gu-stav/saucelabs-developer-challenge
Last synced: 3 months ago
JSON representation
Saucelabs developer challenge
- Host: GitHub
- URL: https://github.com/gu-stav/saucelabs-developer-challenge
- Owner: gu-stav
- Created: 2018-01-10T13:49:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T13:52:23.000Z (over 7 years ago)
- Last Synced: 2025-01-11T11:31:09.419Z (5 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Saucelabs developer challenge
## Setup
`npm install`
## Development
`npm run watch` will run the application on http://localhost:3000/ and automatically reload after you made changes.
### Code standards
`npm run lint` will lint the code. Prettier is already included, therefore running `npm run lint -- --fix` will fix all possible occurences, according to `.eslintrc`.
## Run
`npm run serve` will run the application on http://localhost:3000/.