Express + Typescript + Eslint + Prettier starter project
git clone https://github.com/ngimdock/express-typescript-starter.git
yarn install
cp .env.example .env
Complete the required enviroments variables in the .env file
yarn dev
Kill the process in the runing port of your server, asuming you are using the port 8000. Run the command:
sudo kill -9 `sudo lsof -t -i:8000`
That's all 🌞