How to Do Web Development on a Chromebook.
by MintLeaf3645 in Circuits > Software
2905 Views, 4 Favorites, 0 Comments
How to Do Web Development on a Chromebook.
Chromebooks run completely online, so finding an IDE can be very hard, so doing web development can be slightly difficult. This guide will teach you how to web develop on a Chromebook. It is recommended that you know how to code in HTML5. Obviously.
Make a Liveweave Account.
Go to the Liveweave website and click the login button. Click the "Sign up for a new account button". You will be prompted to create an account. Follow the instructions and you will be up and running.
Create New Folder on Desktop.
Call it anything you want. For this tutorial, we will create a folder called "Tutorial site". This folder is where your html files will go.
Begin to Code Your Website!
Liveweave has windows for HTML, CSS, and Javascript coding, so making a website is compact and easy with Liveweave. This is just one page your site.
Download HTML File.
On Liveweave, click "Tools" and click "Download as HTML file". Then, put the new HTML file in the file we created earlier. We are done!