sudo apt-get install python-devsudo apt-get install postgresql postgresql-contribsudo apt-get install libpq-dev
- Install brew
brew install python3brew install postgresql
- Install Node.js
npm install- init project (install all deps and build)
- Install PostgreSQL
npm run init-db- to init database on install
npm run build- build oncenpm run dev- build and watch (dev mode)