Skip to content

trishan9/Express-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is Express.js project bootstrapped with create-express-app-trishan.

Getting Started

First, run the development server:

npm run dev
# or
yarn run dev
# or
pnpm run dev
# or
bun run dev

Open http://localhost:3000/api with your browser or postman or insomnia to see the result.

You can start editing by modifying any files. The server auto-updates as you edit the file using nodemon.

Start

npm run start
# or
yarn run start
# or
pnpm run start
# or
bun run start

Build

npm run build
# or
yarn run build
# or
pnpm run build
# or
bun run build