Skip to content

wunksert/Martha

Repository files navigation

Express.js TypeScript Server

A simple Express.js server built with TypeScript.

Setup

Install dependencies:

npm install

Development

Run in development mode with hot reload:

npm run dev

Build

Build the project:

npm run build

Production

Start the production server:

npm start

Type Checking

Run type checking without building:

npm run type-check

Project Structure

.
├── src/
│   └── server.ts      # Main server file
├── dist/              # Compiled JavaScript (generated)
├── package.json
├── tsconfig.json
└── README.md

About

Martha GPT recipes app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages