How to Do Web Development on a Chromebook.

by MintLeaf3645 in Circuits > Software

2839 Views, 4 Favorites, 0 Comments

How to Do Web Development on a Chromebook.

dell-chromebook-13-6.png

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.

Screenshot 2016-02-03 at 9.12.44 PM.png

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.

Screenshot 2016-02-03 at 9.15.19 PM.png

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!

Screenshot 2016-02-03 at 9.28.21 PM.png

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!