Skip to content

Instantly share code, notes, and snippets.

@3mrdev
Created April 22, 2020 19:28
Show Gist options
  • Save 3mrdev/630a5e64da9ee37b0ba57d5887d0145c to your computer and use it in GitHub Desktop.
Save 3mrdev/630a5e64da9ee37b0ba57d5887d0145c to your computer and use it in GitHub Desktop.
Deploy Flutter Web App in a Shared Hosting with NodeJs package.json
{
"name": "flutter-web-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"morgan": "~1.9.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment