https://github.com/devpaul/website-template
https://github.com/devpaul/website-template
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devpaul/website-template
- Owner: devpaul
- Created: 2019-11-18T00:13:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T03:07:17.000Z (about 2 years ago)
- Last Synced: 2025-10-09T23:12:42.766Z (8 months ago)
- Language: HTML
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website Template
This template will help you learn the basics of programming.
## Quick Start
*Requirements*
* node
* npm
* vscode (recommended)
From a command line:
* run `npm install`
* run `npm start`
* open http://localhost:8888 in a browser
## Learning HTML
* [freeCodeCamp](https://www.freecodecamp.org/)
## Learning CSS
* [freeCodeCamp](https://www.freecodecamp.org/)
* [CSS Diner](https://flukeout.github.io/)
* [Grid Garden](https://cssgridgarden.com/)
* [CSSBattle](https://cssbattle.dev/)
* [Flexbox froggy](https://flexboxfroggy.com/)
* [Flexbox defense](http://www.flexboxdefense.com/)
* [Grid by example](https://gridbyexample.com/learn/)
* [CSS Selectors](https://www.w3schools.com/cssref/css_selectors.asp)
* [A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)