Skip to content

Instantly share code, notes, and snippets.

@squadwuschel
Created August 27, 2016 21:14
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 squadwuschel/42779bf8e25bc3f854e0cb19785cc3ea to your computer and use it in GitHub Desktop.
Save squadwuschel/42779bf8e25bc3f854e0cb19785cc3ea to your computer and use it in GitHub Desktop.
Package.json für einfaches Hello World mit React
{
"author": "SquadWuschel",
"description": "Packages für Hello World mit React",
"private": true,
"dependencies": {
"react": "15.3.1",
"react-dom": "15.3.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment