VS Code Can Do That Workshop
Turn your editor up to 11
Last updated
Was this helpful?
Turn your editor up to 11
Last updated
Was this helpful?
These are important. You need to have these items installed to complete this workshop:
Clone the Github repo...
In the cloned repo there is a folder for each section of the workshop. To begin an exercise, open it in VS Code.
Some of the exercises contain multiple workspaces. This allows you to load multiple projects at the same time into VS Code. If this is the case, VS Code will prompt you. Select "Yes" to open the workspace file.
There will be a "start" project and a "solution" project in the workspace. Work in the "start" project and refer to the "solution" project for the finished exercise should you get stuck.
All projects can be run and viewed in the browser by executing the npm start
command. Open a terminal instance in VS Code with Cmd/Ctrl + `. Make sure that you are in the right project ("start" or "solution") and run npm start
This should start a server on port 3000 and open a browser tab. Any changes you make will automatically be reflected in the browser.