A simple hello world project
|
|
||
|---|---|---|
| .forgejo | ||
| docs | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .prettierrc | ||
| AGENTS.md | ||
| eslint.config.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vitest.config.ts | ||
hello-world
A simple hello world project
Getting Started
Prerequisites
- Node.js 20+ or Bun 1.0+
- npm, yarn, or bun
Installation
# Using npm
npm install
# Or using bun
bun install
Development
npm run dev
# or
bun run dev
Testing
npm test
# or
bun test
License
MIT