
Create a root folder for your local host and add an index.html with hello world. Install node and set up a live server to view it at localhost.
Learn to set up and run a live server on localhost, configure ports and host IP, and serve Ajax requests over http rather than file protocol.
Master essential command line skills for Mac and Windows by practicing navigation, file management, and editing in the terminal, using commands like ls, cd, touch, mkdir, and sudo.
This course is designed to help beginners setup a localhost on their computers quickly and easily using a terminal, node.js and node package manager. There is overview of simple command line commands how to do things within the terminal as well. This is something that I had several students asking for so here it is, I hope you enjoy it.
A localhost is necessary to avoid the file protocol which can be problematic with ajax when testing code locally
There is an easy solution which is live-server, this is setup in minutes and all you need to do it navigate to the directory you want to have as your root of the local server and type live-server. It immediately launches a localhost with the current file directory as the root.
Spend less time setting up and more writing code and enjoying your code in action.
Perfect for beginners who need an easy solution quickly!
Taught by an instructor with many years of web development experience ready to help you learn and answer any questions you may have.
What are you waiting for join now!
Everything you need to know plus bonus content is included in this course to get you started quickly.