Starting from the Bottom
ESLINT + PRETTIER + HEROKU
When using AWS from a new user, don’t forget to create a new access key
$ pip3 install --upgrade pip
$ pip3 install jupyter
Need for BrowserJournal
$ pip3 install pytz
OMG DO NOT FORGET THE NEED FOR A LINTER, YO Also the big key (after installing Prettier and ESLint)
"editor.formatOnSave": true
read more here
HOW TO START ANY PROJECT
- Secure your env var, yo aka KEEP YOUR SECRETS SECRET (still not totally sure I’m doing this right!?)
PROTIP: Any time you change your .env file, you MUST restart the server
PROTIP 2: All Create React Apps need REACT_APP_
as a prefix to env variables
More about env var Even more about it
(search terms for self environment variables process.env process.ENV)