Skip to content

jsebrech/plainvanilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plain Vanilla

A website demonstrating how to do web development using only vanilla techniques: no tools, no frameworks, just the browser and vanilla web code. The site itself is also built in this way.

Running

Run the public/ folder as a static website:

  • node: npx http-server public -c-1
  • php: php -S localhost:8000 -t public
  • python: python3 -m http.server 8000 --directory public

Or use the VS Code Live Preview extension to show public/index.html.

Contributing

Issues or PR's welcome!

Other resources

These are some other resources demonstrating #notools web development techniques.

About

A tutorial website for plain vanilla web development

Resources

License

Stars

Watchers

Forks

Languages