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.