Skip to content

Instantly share code, notes, and snippets.

@nairihar
Created July 19, 2018 14:12
Show Gist options
  • Save nairihar/c3fac02c0b6d8099ca447aa7df624198 to your computer and use it in GitHub Desktop.
Save nairihar/c3fac02c0b6d8099ca447aa7df624198 to your computer and use it in GitHub Desktop.
Setup React App - Organizing React Application Part 1
{
"name": "react-application",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react": "^16.4.1"
},
"devDependencies": {
"webpack": "^4.16.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment