teamoo24 / mysql_demo

Practice of "TypeScript + MySQL + Node.js"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Webpack

  • $ npm install -D webpack@4 webpack-cli@3 webpack-dev-server@3

pixi.js

  • $ npm install pixi.js@4.8.4 pixi-sound

To tell the truth pixisound is not need in this project. just memo

  • $ npm install @types/pixi.js@4.8.4

typescript

  • $ npm install --save-dev typescript
  • $ npm install ts-loader

mysql

  • npm install mysql
  • npm install mysqljs/mysql
  • npm install promise-mysql --save
  • npm install @types/mysql --save
  • npm install --save net tls fs

express

  • npm install express --save

babel

  • npm install -D babel-loader @babel/core @babel/preset-env webpack

About

Practice of "TypeScript + MySQL + Node.js"

License:MIT License


Languages

Language:JavaScript 98.6%Language:TypeScript 0.6%Language:HTML 0.5%Language:CSS 0.3%