Skip to content

thompsonemerson/express-api-starter

Repository files navigation

Express API Starter

A simple API starter template with Express

Install

Clone this repo

git clone https://github.com/thompsonemerson/express-api-starter

Install dependencies

npm install
# or
yarn

Usage

Run the app

npm run dev
# or
yarn dev

Test the app

npm run start
# or
yarn start

Build the app

npm run build
# or
yarn build

License

MIT © Emerson Thompson.

About

A simple API starter template with Express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published