mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 10:56:53 -05:00
Created Run dev client on prod db (markdown)
parent
ff1f0ad6d7
commit
1fae501bea
1 changed files with 11 additions and 0 deletions
11
Run-dev-client-on-prod-db.md
Normal file
11
Run-dev-client-on-prod-db.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
## Problem
|
||||
|
||||
You made changes to the client that you want to test on live data on the server.
|
||||
|
||||
## Solution
|
||||
|
||||
Use `npm run proxy` instead of `npm run nodemon`. You will need to be running `npm run brunch watch` separately.
|
||||
|
||||
## Details
|
||||
|
||||
When running the dev environment as a proxy, all non-static file requests are proxied to CodeCombat's production servers. While the changes to the server will not be reflected while running the dev environment as a proxy, you can still test new or changed pages. You may log into your live account and see how things look without copying data over to your local mongodb. You don't even need to have mongodb running or installed to run the proxy!
|
Loading…
Reference in a new issue