- Hide menu bar
- Theme: Abyss
- Turn on bash pane
- Adjust user settingsa
- 2 space tabs
- Show whitespace
- Font size should be: ?
- Extensions
- ESLint plugin
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"editor.fontSize": 16,
"editor.fontFamily": "'Source Code Pro', Consolas, 'Courier New', monospace",
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"window.zoomLevel": 0,
"window.menuBarVisibility": "toggle",
"workbench.colorTheme": "Abyss",
"zenMode.hideStatusBar": false,
"terminal.integrated.fontSize": 16
}
- Resources
I think this works
- make sure python and mongo are on path
- set up
.env
for Twitter (why doesn't that work though?)
- start mongod:
C:\Program Files\MongoDB\Server\3.6\bin\mongod.exe
- run
npm install
to make sure latest npm modules are there - manually start server: now you can do
npm run app:start
to skip theprestart
command.
- better to do it in other terminals and not in VSCode since it seems to run slowly in VSCode
- to add variables to
PATH
, click on Start Menu, type "environment," select "Edit the system environment variables" and addC:\Program Files\MongoDB\Server\3.6\bin
via that interface. Restart the shell if you need to