Skip to content

Instantly share code, notes, and snippets.

@bbachi
Created June 19, 2020 20:18
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/f71522b46ff9e8fa34c344f5c1689288 to your computer and use it in GitHub Desktop.
Save bbachi/f71522b46ff9e8fa34c344f5c1689288 to your computer and use it in GitHub Desktop.
react nodejs dev
{
"name": "react-nodejs-example",
"version": "1.0.0",
"description": "example project react with nodejs",
"main": "server.js",
"scripts": {
"start": "node server.bundle.js",
"build": "webpack",
"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