The best way to setup a Vanilla JS project.
Using create-vanilla
you'll have quick and easy access to
- Modern CSS
- HTML5
- JavaScript
- A completely static environment
- Live reloading
All of this while having zero dependencies and zero build process!
npx create-vanilla
And you should be able to create a new Vanilla JS project!