https://github.com/moebiusmania/frameworkless-talk
Slides and example for the talk "A frameworkless adventure"
https://github.com/moebiusmania/frameworkless-talk
frameworkless frontend javascript presentation talk web
Last synced: 11 months ago
JSON representation
Slides and example for the talk "A frameworkless adventure"
- Host: GitHub
- URL: https://github.com/moebiusmania/frameworkless-talk
- Owner: moebiusmania
- License: mit
- Created: 2018-04-28T20:26:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T12:46:00.000Z (almost 8 years ago)
- Last Synced: 2025-01-31T08:35:35.060Z (about 1 year ago)
- Topics: frameworkless, frontend, javascript, presentation, talk, web
- Language: HTML
- Homepage: https://moebiusmania.github.io/frameworkless-talk/
- Size: 343 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frameworkless-talk
> Slides and example for the talk "A frameworkless adventure" @ MilanoJS "The Good Party 4th edition" 16-05-2018.

### Install & run
Easy as
* clone the repo
* `yarn` or `npm install` to install the (few) dependencies
* `yarn start` or `npm start` to launch the local server
### Note
This project doesn't use Webpack, Babel, Typescript and so on **intentionally** to demonstrate the current status of the native Web Platform 😎.
### License
Released undert the [MIT license](LICENSE).