Running into machine issues? NodeJS not configured correctly? PATH
variable not picking up changes?
Don’t fear—we’ve been there too… more times than we can count!
We’ve structured our labs so that they can be utilized with a tool called CodeSandbox, which is essentially an online IDE that works similarly to your local machine setup and allows for similar functionality.
Labs 4 and beyond use a Rest API that is assumed to be running locally. For these labs you will need to modify the package.json
file in each to change the proxy
entry to the following:
"proxy": "https://timesheets-api-kxhyqqalbh.now.sh"