Skip to content

Instantly share code, notes, and snippets.

View JinsYin's full-sized avatar
💪

JinsYin JinsYin

💪
View GitHub Profile
@JinsYin
JinsYin / nuxtjs-nestjs.md
Created April 15, 2021 06:44 — forked from lewebsimple/nuxtjs-nestjs.md
NuxtJS / NestJS fullstack development

This is my take on fullstack development using NuxtJS and NestJS.

Development steps

  • Lerna monorepo
  • TypeScript linting and formatting
  • Minimal NestJS server
  • Minimal NuxtJS client
  • Environment configuration
  • TypeGraphQL
  • TypeORM / MySQL
git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy
@JinsYin
JinsYin / 0_reuse_code.js
Created September 9, 2017 04:02
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console