Skip to content
/ D3BarChart Public template
generated from TurtleWolfe/D3qs5BarChart

Visualize Data with a Bar Chart Not Passed

Notifications You must be signed in to change notification settings

TurtleWolfe/D3BarChart

Repository files navigation

# repo
touch .gitignore
# node_modules
git init
git remote add origin git@github.com:TurtleWolfe/D3BarChart.git
npm init -y
npm i gh-pages -D
# npm i gh-pages --save-dev
# homepage
# "deploy": "gh-pages -d dist"
mkdir dist
cd dist
touch index.html
# !
touch about.html
cd ..
git add .
git commit -m "first commit"
git push --set-upstream origin master
npm run deploy
"scripts": {
    "deploy": "gh-pages -d dist"
  },
"homepage": "https://turtlewolfe.github.io/D3BarChart/",

About

Visualize Data with a Bar Chart Not Passed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published