Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
/ node-starter Public archive

A starter Node.js (native ESM) package using SWC, TypeScript, Jest, Nodemon, Prettier, Husky, PNPM, and GitHub Actions CI.

Notifications You must be signed in to change notification settings

kaleabmelkie/node-starter

Repository files navigation

node-starter

A starter Node.js (native ESM) package using SWC, TypeScript, Jest, Nodemon, Prettier, Husky, PNPM, and GitHub Actions CI.

Starter Setup

  1. pnpx degit kaleabmelkie/node-starter your-project-name

  2. Configure the name, version, license and private fields in package.json

  3. Update this README to fit your project

Setup

  1. pnpm i

  2. pnpm check

Scripts

# development:
pnpm dev

# production:
pnpm prod
pnpm start

License

Made with ♥ in Addis Ababa.

MIT License © 2022 Kaleab S. Melkie.