/expressjs-typescript-course

Expressjs + TypeScript + Sequelize for Nusendra.com Youtube channel

Primary LanguageTypeScript

expressjs-typescript-course

Expressjs + TypeScript + Sequelize for Nusendra.com Youtube channel

Playlist youtube https://www.youtube.com/playlist?list=PLnQvfeVegcJZHhImGvDpnp0P725Ykx4Qt

How to

  1. git clone https://github.com/nusendra/expressjs-typescript-course.git
  2. yarn or npm install
  3. Open 2 terminals
  4. Terminal 1 yarn ts to compile the TypeScript into JS File (watch mode).
  5. Terminal 2 yarn dev to run the app.