Big Sky Internet Design - Redesign
VS Code Extensions
- HTML Snippets
- Nomo Dark Icon Theme
- Follow the instuctions to enable.
- Ctrl + Shift + P -> Type "File Icon" without quotes & hit enter
- Arrow down until you select Nomo
VS Code Settings
- Open File -> Preferences -> Workspace Settings
// Place your settings in this file to overwrite the default settings { "files.autoSave": "onFocusChange", "files.trimTrailingWhitespace": true, "editor.renderWhitespace": "boundary" }
Live Reloading in VS Code
- Install nodejs version 6.9.1 LTS from http://nodejs.org
- Open VSCode, use the keyboard shortcut Ctrl+~ to show the terminal
- Install live-server by typing "npm install -g live-server" without quotes
- In the terminal type "live-server" with no quotes.
- It will serve the webpage at 127.0.0.1:8080, so you can navigate there to see it in browser.
- Open up LIVE-PREVIEW.md in the split screen of VS Code.
- At the top right, there is a icon with a magnifying glass, click it and it will live reload in VSCode. :)