https://github.com/jeremylikness/vanillajs
An example of using modern JavaScript for framework-free development.
https://github.com/jeremylikness/vanillajs
Last synced: about 1 month ago
JSON representation
An example of using modern JavaScript for framework-free development.
- Host: GitHub
- URL: https://github.com/jeremylikness/vanillajs
- Owner: JeremyLikness
- License: mit
- Created: 2019-04-17T16:52:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T17:21:46.000Z (about 6 years ago)
- Last Synced: 2025-03-24T20:21:42.015Z (about 2 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vanilla.js
This repo is associated with the blog post:
[Vanilla.js - Getting Started](https://blog.jeremylikness.com/vanilla-js-getting-started-5df2553df0f0?utm_campaign=vanillajs&utm_source=jeliknes&utm_medium=github)
It is intended to demonstrate:
1. Building a web app with modern JavaScript and no frameworks
2. Converting modern JavaScript to legacy JavaScript using TypeScriptThe base example is in `plain`.
## Legacy JavaScript Support
The TypeScript example is in `ts`.
For a walk through, read:
[Convert Modern JavaScript to Legacy (ECMAScript 5) in Minutes](https://blog.jeremylikness.com/convert-modern-javascript-to-legacy-ecmascript-5-in-minutes-464b3d75f01f?utm_campaign=vanillajs&utm_source=jeliknes&utm_medium=github)