An open API service indexing awesome lists of open source software.

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"

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.

![./src/assets/logo.png](./src/assets/logo.png)

### 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).