Skip to content

Instantly share code, notes, and snippets.

@bbachi
Created April 24, 2021 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbachi/e32f8c76a7898d2731da3b73cc773f1b to your computer and use it in GitHub Desktop.
Save bbachi/e32f8c76a7898d2731da3b73cc773f1b to your computer and use it in GitHub Desktop.
NodeJS
{
"name": "react-nodejs-example",
"version": "1.0.0",
"description": "example project react with nodejs",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon ./server.js localhost 3080"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbachi/react-nodejs-example.git"
},
"author": "Bhargav Bachina",
"license": "ISC",
"bugs": {
"url": "https://github.com/bbachi/react-nodejs-example/issues"
},
"homepage": "https://github.com/bbachi/react-nodejs-example#readme",
"dependencies": {
"express": "^4.17.1",
"http-proxy-middleware": "^1.0.4"
},
"devDependencies": {
"del": "^5.1.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-zip": "^5.0.1",
"nodemon": "^2.0.4",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-stream": "^5.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment