Skip to content

zerodevapp/express-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-express-zerodev

A minimal Express server utilizing the @zerodev/sdk, built with TypeScript.

Getting Started

To get the server running locally:

Prerequisites

  • Node.js
  • npm

Installation

  1. Install the necessary packages:
npm install
  1. Copy the .env.example file to a new file called .env and fill it with your environment variables:
cp .env.example .env
  1. Start the server:
npm run dev

The server should now be running at http://localhost:3000 or whatever port you have set in your .env file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors