You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that we would prefer to have the javascript dependencies for the framework managed by npm rather than to have the manually added to the repository.
I have found a couple different implementation perspectives:
I believe that we would prefer to have the javascript dependencies for the framework managed by npm rather than to have the manually added to the repository.
I have found a couple different implementation perspectives:
https://stackoverflow.com/questions/24514936/how-can-i-serve-npm-packages-using-flaskhttps://itnext.io/a-template-for-creating-a-full-stack-web-application-with-flask-npm-webpack-and-reactjs-be2294b111bd
2.
https://flask-webpackext.readthedocs.io/en/latest/usage.html
I think next steps are to init npm / package.json in the
static
directory of the project, and move all the*.js
dependencies there.The text was updated successfully, but these errors were encountered: