For A Birkdale high course website module.
- Look at the example-0, 1, 2 and 3 files to learn about how HTML makes a page.
- edit
index.htmlandstyle.cssto your delight to make a page about anything you like. - edit
sketch.jsand view this by going to your running site /sketch.html
- Download these assets here or from the "Download as a zip file" button on the right.
- Open the downloaded.
- Drag the folder
website-starter-masterto yourN:\drive that has your username labeled. - double click on the
Brackets Website Startershortcut to begin editing.
- open the command line
- use the
cdcommand to change directory into your website folder. hint: uselsto list the current location and find where you are. - run your site to view it with the command
node server.js - this command will tell you the site url to visit in your browser.
If you have got this far you might have found sketch.html. There is code for a whole project on this here online