Skip to content

Instantly share code, notes, and snippets.

@keyserfaty
Created August 4, 2019 02:10
Show Gist options
  • Save keyserfaty/dad356e648010195eba9d25f667bc58c to your computer and use it in GitHub Desktop.
Save keyserfaty/dad356e648010195eba9d25f667bc58c to your computer and use it in GitHub Desktop.
Basic setup for html site
{
"name": "basic",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "parcel index.html --open",
"build": "parcel build index.html"
},
"devDependencies": {
"@babel/core": "7.2.0",
"parcel-bundler": "^1.6.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment