DeividasJackus / node-starter

Node.js Starter: ESM + TypeScript + EditorConfig + XO + Prettier + Next.js + TailwindCSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@DeividasJackus/node-starter

A Node Starter consisting of:

  • Base: ESM + TypeScript
  • Formatting: EditorConfig + XO + Prettier
  • Frontend: Next.js + TailwindCSS

Implementation

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

Inspiration

About

Node.js Starter: ESM + TypeScript + EditorConfig + XO + Prettier + Next.js + TailwindCSS

License:MIT License


Languages

Language:TypeScript 100.0%