-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a vanilla development environment #10
Comments
Webpack is basically all you need normally. It should handle the typescript transpilation and also the web dev server. Same that you have in Angular |
And fyi this dev vanilla env was something I was planning to do for codeMirror ;). In case you are wondering where does it Come from |
Yeah webpack seems a good candidate, I'm just planning to learn more on what is under the hood. It has chances to end with webpack because of how it is easy to use. Hoping it's not too heavy to download let's see. At the end everything is possible, I assume that we can run a tsc command and a tiny web server as well. Let's see what is the easier and faster to run. |
@celian-garcia I linked a PR from codemirror-promql that is doing that. |
Yeah I saw it. |
Requirements
Would like to have a dev environment ultra easy to run, without any heavy framework to run like angular or react.
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 ?
The text was updated successfully, but these errors were encountered: