JSFiddle - React, Tailwind, and code Playground
by cmruser
HTML
course node with React: Fullstack Web Development
// setup git
git init
git add .
git commit -m "add comments"
// create account and host on heroku
heroku login .. promp p/w
heroku create // create git heroku repo
git remote add heroku (pasted heroku repo link)
git push heroku master
heroku open
// repeat commit and rerun
git add .
git commit -m "add comments"
git push heroku master
heroku open
// get key
http://console.developers.google.com/
search for google+ API
create New Project
enable API select /
enable /
create credential api /
get clientID /
consent screen /
// set heroku variable config prod
setting /
JavaScript
https://accounts.google.com/o/oauth2/v2/auth?response_type=code&
redirect_uri=http%3A%2F%2Flocalhost%3A5000%2Fauth%2Fgoogle%2Fcallback&
scope=profile%20email&
client_id=427024547705-998h3peqdhbscguv115g69o5pro766hc.apps.googleusercontent.com