Expressjs + TypeScript + Sequelize for Nusendra.com Youtube channel
Playlist youtube https://www.youtube.com/playlist?list=PLnQvfeVegcJZHhImGvDpnp0P725Ykx4Qt
git clone https://github.com/nusendra/expressjs-typescript-course.git
yarn
ornpm install
- Open 2 terminals
- Terminal 1
yarn ts
to compile the TypeScript into JS File (watch mode). - Terminal 2
yarn dev
to run the app.