Skip to content

Teaching material - an introduction to JS, HTML & CSS.

Notifications You must be signed in to change notification settings

kaisergeX/simple_spa_html_css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple static gallery and blog website.

Just play around with vanilla JS, HTML, CSS to create a Single Page App simulator. My English is not good. So, this Readme file may be confusing. Sorry about that!

Demo

https://simple-spa-html-css.herokuapp.com/

Notes

This app requires a local server to load CSS, script files and internet connection to fetch images, fonts. You need to set up a few simple things in case you want to run this repository.

Why?

We need to be serving the index.html file locally or have a hosted on a live server somewhere for the Fetch API to work properly. The files need to be served using the http or https protocols.

Other option?

Yes! You can clone this repo.: this project but setup for deploy if LTS version of NodeJS, npm/yarn is already installed on your PC.

Installation

I recommend using Visual Studio Code with Live Server extensions. Then, open root html file (index.html) by VSCode and click Go Live (see image below). Live Server will open this app on a port of your localhost.

image

About

Teaching material - an introduction to JS, HTML & CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published