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.gityarnornpm install- Open 2 terminals
- Terminal 1
yarn tsto compile the TypeScript into JS File (watch mode). - Terminal 2
yarn devto run the app.