A Node Starter consisting of:
- Base: ESM + TypeScript
- Formatting: EditorConfig + XO + Prettier
- Frontend: Next.js + TailwindCSS
git init
npx gitignore node
npm init -y
npm -D i typescript tsx prettier xo @types/node dotenv @types/dotenv
npm i node-fetch
npx tsc --init
npm init xo