Open
Description
Requirements
Would like to have a dev environment ultra easy to run, without any heavy framework to run like angular or react.
- easy to run : as easy as open an index.html file in a browser.
- compiling fastly : I'm tired of waiting for a life all the internet to be downloaded into this node_modules zorglub...
- easy to understand : the more easy to understand the less scary are the people to create PR
More discussion
Being not an expert on how the web is really working (without everything hidden in a framework), it would be a very good opportunity to learn more about it.
Maybe we need at least a typescript -> javascript compilation with tsc command ?
Maybe we can take this opportunity to make a bundled js file with bundle technology like webpack ?