-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run the ui as a standalone app #1180
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome, thanks @huwshimi! I'm liking how fast HMR is with the css.
proxy/package.json
Outdated
"watch-shared": "cd ../shared && yarn watch" | ||
}, | ||
"devDependencies": { | ||
"concurrently": "5.2.0", | ||
"cypress": "4.5.0", | ||
"dotenv-flow": "3.1.0", | ||
"http-proxy-middleware": "1.0.3", | ||
"node-sass-tilde-importer": "^1.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't npm-package-json-lint usually complain about this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I'm not sure why that didn't complain... I'll fix it.
Done
QA
dotrun ui
oryarn ui
.