PostgreSQL - Node.js - Typescript - Nuxt - Vue.js
gamersMusic
Install git Install Docker Desktop
# clone project into prefered directory
$ git clone https://github.com/Wishoje/GM.git# install dependencies
$ npm install
# docker mac fix
$ docker pull postgres
$ docker pull dpage/pgadmin4
# run Docker Desktop
$ docker-compose up
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generateRun localhost:8080
For detailed explanation on how things work, check out Nuxt.js docs.