Skip to content

edfenton/hello-world

Repository files navigation

hello-world

License: GPL v3

A MERN stack application built with Next.js, TypeScript, and pnpm workspaces.

Prerequisites

  • Node.js >= 20
  • pnpm 10.5.2+
  • MongoDB (local or Atlas)

Quick Start

# Clone the repository
git clone https://github.com/YOUR_USERNAME/hello-world.git
cd hello-world

# Install dependencies
pnpm install

# Set up environment
cp apps/web/.env.example apps/web/.env.local
# Edit .env.local with your MongoDB connection string

# Start development server
pnpm dev

Commands

pnpm install    # Install dependencies
pnpm dev        # Start development server
pnpm lint       # Run linting
pnpm lint:fix   # Fix linting issues
pnpm format     # Check formatting
pnpm test       # Run unit tests
pnpm build      # Production build
pnpm test:e2e   # Run E2E tests

Structure

  • apps/web — Next.js application (app router)
  • packages/shared — Shared Zod schemas and types

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •