Skip to content

youssmak/vanilla-js-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla JS Boilerplate 🍦

This is a starter project for building fast ⚡️ HTML + CSS + JS apps for modern browsers.

Installation

  1. Clone this repo ✂️
  2. Start a web server 🌐
# macOS or Unix Systems
python -m mSimpleHTTPServer 8000 & open --url http://localhost:8000 &
# if you have Python 3 installed
python3 -m http.server 8000 & open --url http://localhost:8000 &
  1. Start coding 🧑‍💻

Dependencies

Zero dependency.

License

All content is MIT.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published