Skip to content

Instantly share code, notes, and snippets.

@jongacnik
Created July 1, 2016 17:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jongacnik/42ddc44d3885f0ae60059f190cad2318 to your computer and use it in GitHub Desktop.
Save jongacnik/42ddc44d3885f0ae60059f190cad2318 to your computer and use it in GitHub Desktop.
budo react
{
"name": "folder2k16",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "budo index.js --live --pushstate -- -t [ babelify --presets [ react es2015 ] ]"
},
"author": "",
"license": "ISC",
"dependencies": {
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-router": "^2.5.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"budo": "^8.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment