Starting a Server Project
Purpose: To quickly get going with a Node.js project that deals with TypeScript, Rollup, Prettier, ESLint, Jest, etc. use tsdx.
Select "basic". This will create a project with some of the necessary tooling.
- Edit license as needed.
- If you don't use
yarn, deleteyarn.lockand runnpm installto generate thepackage-lock.json. - Run
git initto initialize the git repo. - Update the
Prettiersettings inpackage.jsonto your liking.
At this point, you should commit the files and then pick a server library to work with.