Is your feature request related to a problem? Please describe.
As you mention in readme that you have this version of node and npm for run the app but it is not good for someone that for running your project someone should change our nodejs or npm version and also sometime your app dont run in other operating system
Describe the solution you'd like
For this problem you can dockerize the app so anyone can easily run your app locally without tension of node version and operating system . docker helps to make a virtual environment in your system according to your app configuration
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
As you mention in readme that you have this version of node and npm for run the app but it is not good for someone that for running your project someone should change our nodejs or npm version and also sometime your app dont run in other operating system
Describe the solution you'd like
For this problem you can dockerize the app so anyone can easily run your app locally without tension of node version and operating system . docker helps to make a virtual environment in your system according to your app configuration
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.