Express used with default structure and tools as husky, prettier, eslint with addition of Typescript
- To start project in dev mode -- in console -- npm run dev (it will use nodemon with ts-node)
- To start project in default/build mode -- in console -- npm run start
- Change package name
- Fill author name
- If you wish then change entry file, by default its index.js in src
- Run npm install
- Add .env file to .gitignore
- Feel free to delete any package/folder/file you don't need for you personal project